@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 17 lines 314 B view raw
1/** 2 * @provides differential-revision-add-comment-css 3 */ 4 5#inline-comment-preview { 6 margin-left: 62px; 7 width: 640px; 8} 9 10#inline-comment-preview .differential-inline-comment { 11 margin: 12px 0; 12} 13 14#inline-comment-preview 15 .differential-inline-comment + .differential-inline-comment { 16 margin: 0 0 12px 0; 17}