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

Remove tiny curl on dashboard panels

Summary: A bit of the border is barely curling.

Test Plan: Zoom in on a dashboard

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+4 -3
+3 -3
resources/celerity/map.php
··· 7 7 return array( 8 8 'names' => 9 9 array( 10 - 'core.pkg.css' => '6c1c61b1', 10 + 'core.pkg.css' => '9cc4d55c', 11 11 'core.pkg.js' => '5f0169b1', 12 12 'darkconsole.pkg.js' => 'ca8671ce', 13 13 'differential.pkg.css' => '4a93db37', ··· 134 134 'rsrc/css/phui/phui-info-panel.css' => '27ea50a1', 135 135 'rsrc/css/phui/phui-list.css' => '43ed2d93', 136 136 'rsrc/css/phui/phui-object-box.css' => 'ce92d8ec', 137 - 'rsrc/css/phui/phui-object-item-list-view.css' => '59ff6ddb', 137 + 'rsrc/css/phui/phui-object-item-list-view.css' => '5e52d837', 138 138 'rsrc/css/phui/phui-pinboard-view.css' => '874c22f9', 139 139 'rsrc/css/phui/phui-property-list-view.css' => '2f7199e8', 140 140 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', ··· 761 761 'phui-info-panel-css' => '27ea50a1', 762 762 'phui-list-view-css' => '43ed2d93', 763 763 'phui-object-box-css' => 'ce92d8ec', 764 - 'phui-object-item-list-view-css' => '59ff6ddb', 764 + 'phui-object-item-list-view-css' => '5e52d837', 765 765 'phui-pinboard-view-css' => '874c22f9', 766 766 'phui-property-list-view-css' => '2f7199e8', 767 767 'phui-remarkup-preview-css' => '19ad512b',
+1
webroot/rsrc/css/phui/phui-object-item-list-view.css
··· 683 683 .dashboard-panel .phui-object-item-frame { 684 684 border: none; 685 685 border-bottom: 1px solid {$thinblueborder}; 686 + border-radius: 0; 686 687 } 687 688 688 689