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

Clean up mobile spacing on info views in a column

Summary: When we have an info view in a column, the css isn't specific enough to override the core info-view css.

Test Plan: Review an importing repository, see info view properly spaced.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+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' => 'bc523970', 159 - 'rsrc/css/phui/phui-two-column-view.css' => '11c9ab96', 159 + 'rsrc/css/phui/phui-two-column-view.css' => '5afdf637', 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', ··· 864 864 'phui-tag-view-css' => '6bbd83e2', 865 865 'phui-theme-css' => '027ba77e', 866 866 'phui-timeline-view-css' => 'bc523970', 867 - 'phui-two-column-view-css' => '11c9ab96', 867 + 'phui-two-column-view-css' => '5afdf637', 868 868 'phui-workboard-color-css' => 'ac6fe6a7', 869 869 'phui-workboard-view-css' => 'e6d89647', 870 870 'phui-workcard-view-css' => '0c62d7c5',
+5
webroot/rsrc/css/phui/phui-two-column-view.css
··· 203 203 padding: 16px; 204 204 } 205 205 206 + .device .phui-two-column-view .phui-info-view { 207 + margin: 0 0 20px 0; 208 + padding: 12px; 209 + } 210 + 206 211 .phui-two-column-view .phui-side-column .phui-object-item-empty 207 212 .phui-info-view { 208 213 margin-bottom: 0;