@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 margin on blank members boxes on projects

Summary: Possible side effect of fixing other info views yesterday. Removes bottom margin on empty member boxes.

Test Plan: Review various projects with and without members.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+7 -2
+2 -2
resources/celerity/map.php
··· 156 156 'rsrc/css/phui/phui-status.css' => 'd5263e49', 157 157 'rsrc/css/phui/phui-tag-view.css' => '6bbd83e2', 158 158 'rsrc/css/phui/phui-timeline-view.css' => '6e342216', 159 - 'rsrc/css/phui/phui-two-column-view.css' => 'ce672be4', 159 + 'rsrc/css/phui/phui-two-column-view.css' => '9fb86c85', 160 160 'rsrc/css/phui/workboards/phui-workboard-color.css' => 'ac6fe6a7', 161 161 'rsrc/css/phui/workboards/phui-workboard.css' => 'e6d89647', 162 162 'rsrc/css/phui/workboards/phui-workcard.css' => '0c62d7c5', ··· 859 859 'phui-tag-view-css' => '6bbd83e2', 860 860 'phui-theme-css' => '027ba77e', 861 861 'phui-timeline-view-css' => '6e342216', 862 - 'phui-two-column-view-css' => 'ce672be4', 862 + 'phui-two-column-view-css' => '9fb86c85', 863 863 'phui-workboard-color-css' => 'ac6fe6a7', 864 864 'phui-workboard-view-css' => 'e6d89647', 865 865 'phui-workcard-view-css' => '0c62d7c5',
+5
webroot/rsrc/css/phui/phui-two-column-view.css
··· 203 203 padding: 16px; 204 204 } 205 205 206 + .phui-two-column-view .phui-side-column .phui-object-item-empty 207 + .phui-info-view { 208 + margin-bottom: 0; 209 + } 210 + 206 211 207 212 .phui-two-column-view .phui-box-blue-property 208 213 .phui-header-shell + .phui-info-view {