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

at recaptime-dev/main 21 lines 308 B view raw
1/** 2 * @provides differential-core-view-css 3 */ 4 5.differential-primary-pane { 6 margin-top: -20px; 7} 8 9.differential-panel { 10 padding: 16px; 11} 12 13.differential-panel h1 { 14 border-bottom: 1px solid #aaaa99; 15 padding-bottom: 8px; 16 margin-bottom: 8px; 17} 18 19.differential-content-hidden { 20 margin: 0 0 24px 0; 21}