@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Give `<hr />` in remarkup `clear: both`

Summary: Ref T10110.

Test Plan:
Before:

{F1058545}

After:

{F1058546}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10110

Differential Revision: https://secure.phabricator.com/D14984

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '3ea6dc33', 10 + 'core.pkg.css' => '1eed0b4f', 11 11 'core.pkg.js' => '57dff7df', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 102 102 'rsrc/css/application/tokens/tokens.css' => '3d0f239e', 103 103 'rsrc/css/application/uiexample/example.css' => '528b19de', 104 104 'rsrc/css/core/core.css' => 'a76cefc9', 105 - 'rsrc/css/core/remarkup.css' => '7afb543c', 105 + 'rsrc/css/core/remarkup.css' => 'b6ad82e4', 106 106 'rsrc/css/core/syntax.css' => '9fd11da8', 107 107 'rsrc/css/core/z-index.css' => '57ddcaa2', 108 108 'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa', ··· 757 757 'phabricator-object-selector-css' => '85ee8ce6', 758 758 'phabricator-phtize' => 'd254d646', 759 759 'phabricator-prefab' => '666c80c5', 760 - 'phabricator-remarkup-css' => '7afb543c', 760 + 'phabricator-remarkup-css' => 'b6ad82e4', 761 761 'phabricator-search-results-css' => '7dea472c', 762 762 'phabricator-shaped-request' => '7cbe244b', 763 763 'phabricator-side-menu-view-css' => '91b7a42c',
+1
webroot/rsrc/css/core/remarkup.css
··· 518 518 .phabricator-remarkup hr { 519 519 background: {$thinblueborder}; 520 520 margin: 24px 0; 521 + clear: both; 521 522 } 522 523 523 524 .phabricator-remarkup .remarkup-highlight {