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

Shrink aphront table headers

Summary: These already have a larger font, the extra height isn't needed. Make them the same size as `td`

Test Plan: Look at a bunch of tables.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -4
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '5eabac59', 10 + 'core.pkg.css' => '521656c5', 11 11 'core.pkg.js' => '47dc9ebb', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '2de124c9', ··· 25 25 'rsrc/css/aphront/notification.css' => '9c279160', 26 26 'rsrc/css/aphront/panel-view.css' => '8427b78d', 27 27 'rsrc/css/aphront/phabricator-nav-view.css' => 'a24cb589', 28 - 'rsrc/css/aphront/table-view.css' => '34ee903e', 28 + 'rsrc/css/aphront/table-view.css' => '63985f5b', 29 29 'rsrc/css/aphront/tokenizer.css' => '04875312', 30 30 'rsrc/css/aphront/tooltip.css' => '7672b60f', 31 31 'rsrc/css/aphront/typeahead-browse.css' => 'd8581d2c', ··· 492 492 'aphront-list-filter-view-css' => '5d6f0526', 493 493 'aphront-multi-column-view-css' => 'fd18389d', 494 494 'aphront-panel-view-css' => '8427b78d', 495 - 'aphront-table-view-css' => '34ee903e', 495 + 'aphront-table-view-css' => '63985f5b', 496 496 'aphront-tokenizer-control-css' => '04875312', 497 497 'aphront-tooltip-css' => '7672b60f', 498 498 'aphront-typeahead-control-css' => '0e403212',
+1 -1
webroot/rsrc/css/aphront/table-view.css
··· 102 102 */ 103 103 104 104 .aphront-table-view th { 105 - padding: 10px 10px; 105 + padding: 8px 10px; 106 106 font-size: {$normalfontsize}; 107 107 } 108 108