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

Tighten spacing on audit status icons

Summary: Less space

Test Plan: Checked out audit page.

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, aran

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

+2 -2
+1 -1
src/__celerity_resource_map__.php
··· 3837 3837 ), 3838 3838 'phui-status-list-view-css' => 3839 3839 array( 3840 - 'uri' => '/res/b56a8a64/rsrc/css/phui/phui-status.css', 3840 + 'uri' => '/res/02351f1a/rsrc/css/phui/phui-status.css', 3841 3841 'type' => 'css', 3842 3842 'requires' => 3843 3843 array(
+1 -1
webroot/rsrc/css/phui/phui-status.css
··· 14 14 } 15 15 16 16 .phui-status-item-target { 17 - padding: 0 12px 0 4px; 17 + padding: 0 12px 0 0; 18 18 line-height: 20px; 19 19 white-space: nowrap; 20 20 }