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

Dashboard CSS for Pinboards

Summary: Just a quick pass at making Macro/Pholio panels look not broken. May need longer rethinking to be *good*.

Test Plan: Add a Macro Panel

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+10 -2
+2 -2
resources/celerity/map.php
··· 136 136 'rsrc/css/phui/phui-list.css' => '43ed2d93', 137 137 'rsrc/css/phui/phui-object-box.css' => 'e9f7e938', 138 138 'rsrc/css/phui/phui-object-item-list-view.css' => '7ac40b5a', 139 - 'rsrc/css/phui/phui-pinboard-view.css' => '2c8abb19', 139 + 'rsrc/css/phui/phui-pinboard-view.css' => '41e17476', 140 140 'rsrc/css/phui/phui-property-list-view.css' => '2f7199e8', 141 141 'rsrc/css/phui/phui-remarkup-preview.css' => '19ad512b', 142 142 'rsrc/css/phui/phui-spacing.css' => '042804d6', ··· 782 782 'phui-list-view-css' => '43ed2d93', 783 783 'phui-object-box-css' => 'e9f7e938', 784 784 'phui-object-item-list-view-css' => '7ac40b5a', 785 - 'phui-pinboard-view-css' => '2c8abb19', 785 + 'phui-pinboard-view-css' => '41e17476', 786 786 'phui-property-list-view-css' => '2f7199e8', 787 787 'phui-remarkup-preview-css' => '19ad512b', 788 788 'phui-spacing-css' => '042804d6',
+8
webroot/rsrc/css/phui/phui-pinboard-view.css
··· 92 92 text-decoration: line-through; 93 93 } 94 94 95 + .dashboard-panel .phui-pinboard-view { 96 + margin: 0; 97 + padding: 16px 12px 0 12px; 98 + background: #fff; 99 + border-left: 1px solid {$lightblueborder}; 100 + border-right: 1px solid {$lightblueborder}; 101 + border-bottom: 1px solid {$blueborder}; 102 + }