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

Fix icon spacing for adjacent build status and audit status in commit history tables

Summary: Ref T10978. These were a little too snug.

Test Plan: {F2549613}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10978

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

+6 -4
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e25569a9', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => 'ea0e9c0c', 12 + 'core.pkg.css' => '7c235ec7', 13 13 'core.pkg.js' => '2291d3b2', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 27 27 'rsrc/css/aphront/notification.css' => '3f6c89c9', 28 28 'rsrc/css/aphront/panel-view.css' => '8427b78d', 29 29 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', 30 - 'rsrc/css/aphront/table-view.css' => '3225137a', 30 + 'rsrc/css/aphront/table-view.css' => '213a5981', 31 31 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 32 32 'rsrc/css/aphront/tooltip.css' => '1a07aea8', 33 33 'rsrc/css/aphront/typeahead-browse.css' => '8904346a', ··· 553 553 'aphront-list-filter-view-css' => '5d6f0526', 554 554 'aphront-multi-column-view-css' => '84cc6640', 555 555 'aphront-panel-view-css' => '8427b78d', 556 - 'aphront-table-view-css' => '3225137a', 556 + 'aphront-table-view-css' => '213a5981', 557 557 'aphront-tokenizer-control-css' => '9a8cb501', 558 558 'aphront-tooltip-css' => '1a07aea8', 559 559 'aphront-typeahead-control-css' => 'd4f16145',
+3 -1
webroot/rsrc/css/aphront/table-view.css
··· 210 210 padding: 0px; 211 211 } 212 212 213 - 213 + .aphront-table-view td.icon + td.icon { 214 + padding-left: 8px; 215 + } 214 216 215 217 div.single-display-line-bounds { 216 218 width: 100%;