@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 spacing on mobile form instructions

Summary: This padding is a little off / custom. Normalizes it to the form on mobile.

Test Plan: Review some settings forms, save form changes.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+14 -7
+5 -5
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '95b16818', 10 + 'core.pkg.css' => 'efc0f11c', 11 11 'core.pkg.js' => '13c7e56a', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3fb7f532', ··· 133 133 'rsrc/css/phui/phui-document.css' => '715aedfb', 134 134 'rsrc/css/phui/phui-feed-story.css' => 'aa49845d', 135 135 'rsrc/css/phui/phui-fontkit.css' => '9cda225e', 136 - 'rsrc/css/phui/phui-form-view.css' => '1b04a437', 136 + 'rsrc/css/phui/phui-form-view.css' => 'fab0a10f', 137 137 'rsrc/css/phui/phui-form.css' => 'aac1d51d', 138 138 'rsrc/css/phui/phui-head-thing.css' => 'fd311e5f', 139 139 'rsrc/css/phui/phui-header-view.css' => '4c7dd8f5', ··· 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' => '9fb86c85', 159 + 'rsrc/css/phui/phui-two-column-view.css' => '11c9ab96', 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', ··· 839 839 'phui-font-icon-base-css' => '6449bce8', 840 840 'phui-fontkit-css' => '9cda225e', 841 841 'phui-form-css' => 'aac1d51d', 842 - 'phui-form-view-css' => '1b04a437', 842 + 'phui-form-view-css' => 'fab0a10f', 843 843 'phui-head-thing-view-css' => 'fd311e5f', 844 844 'phui-header-view-css' => '4c7dd8f5', 845 845 'phui-hovercard' => '1bd28176', ··· 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' => '9fb86c85', 867 + 'phui-two-column-view-css' => '11c9ab96', 868 868 'phui-workboard-color-css' => 'ac6fe6a7', 869 869 'phui-workboard-view-css' => 'e6d89647', 870 870 'phui-workcard-view-css' => '0c62d7c5',
+4 -2
webroot/rsrc/css/phui/phui-form-view.css
··· 180 180 .aphront-form-instructions { 181 181 width: 60%; 182 182 margin-left: 20%; 183 - padding: 10px 4px; 183 + padding: 12px 4px; 184 + color: {$darkbluetext}; 184 185 } 185 186 186 187 .device .aphront-form-instructions, 187 188 .phui-form-full-width .aphront-form-instructions { 188 - width: 100%; 189 + width: auto; 189 190 margin: 0; 191 + padding: 12px 8px 8px; 190 192 } 191 193 192 194 .aphront-form-important {
+5
webroot/rsrc/css/phui/phui-two-column-view.css
··· 214 214 margin: 16px; 215 215 } 216 216 217 + .device .phui-two-column-view .phui-box-blue-property 218 + .phui-header-shell + .phui-info-view { 219 + margin: 8px; 220 + } 221 + 217 222 /* Navigation */ 218 223 219 224 .phui-two-column-view .side-has-nav .phabricator-nav-local {