@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
at recaptime-dev/main 16 lines 476 B view raw
1diff --git a/style b/style 2index a5fc249..18edce4 100644 3--- a/style 4+++ b/style 5@@ -57,8 +57,8 @@ 6 .dashboard-panel div.phabricator-feed-frame { 7 background: #fff; 8 margin: 0; 9- border-left: 1px solid {$lightblueborder}; 10- border-right: 1px solid {$lightblueborder}; 11- border-bottom: 1px solid {$blueborder}; 12+ border-back: 1px solid {$lightblueborder}; 13+ border-front: 1px solid {$lightblueborder}; 14+ border-inside: 1px solid {$blueborder}; 15 max-width: none; 16 }