@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 spacing on Diff headers

Summary: Adds some padding to the right

Test Plan: Looked at a diff

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

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

+1 -1
+1 -1
src/applications/differential/constants/DifferentialRevisionStatus.php
··· 61 61 $tag = phutil_tag( 62 62 'span', 63 63 array( 64 - 'class' => 'phui-header-'.$color, 64 + 'class' => 'phui-header-'.$color.' plr', 65 65 ), 66 66 array( 67 67 $img,