@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 top margin on infoview + two-column

Summary: When you save settings or don't have reviewers, we show an info box inside an object box. This rule is squashing the margin. Blame seems to indicate I added it for Differential updates, but in re-visiting Differential, I'm unable to trigger any broken CSS with this change. But keep an eye out?

Test Plan: Badges, Settings, Differential

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+2 -6
+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' => 'b9538af1', 159 + 'rsrc/css/phui/phui-two-column-view.css' => 'ce672be4', 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' => 'b9538af1', 862 + 'phui-two-column-view-css' => 'ce672be4', 863 863 'phui-workboard-color-css' => 'ac6fe6a7', 864 864 'phui-workboard-view-css' => 'e6d89647', 865 865 'phui-workcard-view-css' => '0c62d7c5',
-4
webroot/rsrc/css/phui/phui-two-column-view.css
··· 203 203 padding: 16px; 204 204 } 205 205 206 - .phui-two-column-view .phui-two-column-row .phui-object-box 207 - .phui-info-view { 208 - margin: 0; 209 - } 210 206 211 207 .phui-two-column-view .phui-box-blue-property 212 208 .phui-header-shell + .phui-info-view {