@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 white corner bleed on workcards

Summary: There is a hair of #fff hanging out on the right side, round it a bit.

Test Plan: ZOOOOM IN on a Workboard

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+3 -4
+2 -2
resources/celerity/map.php
··· 154 154 'rsrc/css/phui/phui-timeline-view.css' => '2efceff8', 155 155 'rsrc/css/phui/phui-two-column-view.css' => 'c75bfc5b', 156 156 'rsrc/css/phui/workboards/phui-workboard.css' => 'b07a5524', 157 - 'rsrc/css/phui/workboards/phui-workcard.css' => '8ac68d18', 157 + 'rsrc/css/phui/workboards/phui-workcard.css' => 'ffb55371', 158 158 'rsrc/css/phui/workboards/phui-workpanel.css' => 'e9339dc3', 159 159 'rsrc/css/sprite-login.css' => '60e8560e', 160 160 'rsrc/css/sprite-menu.css' => '9dd65b92', ··· 832 832 'phui-timeline-view-css' => '2efceff8', 833 833 'phui-two-column-view-css' => 'c75bfc5b', 834 834 'phui-workboard-view-css' => 'b07a5524', 835 - 'phui-workcard-view-css' => '8ac68d18', 835 + 'phui-workcard-view-css' => 'ffb55371', 836 836 'phui-workpanel-view-css' => 'e9339dc3', 837 837 'phuix-action-list-view' => 'b5c256b8', 838 838 'phuix-action-view' => '8cf6d262',
+1 -2
webroot/rsrc/css/phui/workboards/phui-workcard.css
··· 4 4 5 5 .phui-workboard-view .phui-object-item { 6 6 background-color: #fff; 7 - border-top-left-radius: 3px; 8 - border-bottom-left-radius: 3px; 7 + border-radius: 3px; 9 8 margin-bottom: 6px; 10 9 } 11 10