@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.

Better CSS target of inline comments in Pholio

Summary: Adds a top border only if a comment is preceding.

Test Plan: test inlines with and without commentsy

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+8 -5
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '8feeb38a', 10 + 'core.pkg.css' => '2400facf', 11 11 'core.pkg.js' => 'b440d8d7', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4a93db37', ··· 32 32 'rsrc/css/aphront/table-view.css' => 'b22b7216', 33 33 'rsrc/css/aphront/tokenizer.css' => '82ce2142', 34 34 'rsrc/css/aphront/tooltip.css' => '9c90229d', 35 - 'rsrc/css/aphront/transaction.css' => '3fe49ff1', 35 + 'rsrc/css/aphront/transaction.css' => '5d0cae25', 36 36 'rsrc/css/aphront/two-column.css' => '16ab3ad2', 37 37 'rsrc/css/aphront/typeahead.css' => 'a989b5b3', 38 38 'rsrc/css/application/auth/auth.css' => '1e655982', ··· 738 738 'phabricator-standard-page-view' => '517cdfb1', 739 739 'phabricator-textareautils' => 'b3ec3cfc', 740 740 'phabricator-tooltip' => '3915d490', 741 - 'phabricator-transaction-view-css' => '3fe49ff1', 741 + 'phabricator-transaction-view-css' => '5d0cae25', 742 742 'phabricator-ui-example-css' => '528b19de', 743 743 'phabricator-uiexample-javelin-view' => 'd4a14807', 744 744 'phabricator-uiexample-reactor-button' => '44524435',
+5 -2
webroot/rsrc/css/aphront/transaction.css
··· 53 53 54 54 .phabricator-transaction-subheader { 55 55 color: {$lightgreytext}; 56 + padding-bottom: 8px; 57 + } 58 + 59 + .transaction-comment + .phabricator-transaction-subheader { 56 60 border-top: 1px solid {$thinblueborder}; 57 - padding-top: 12px; 58 61 margin-top: 12px; 59 - padding-bottom: 8px; 62 + padding-top: 12px; 60 63 } 61 64 62 65 div.phabricator-remarkup + .phabricator-transaction-subheader {