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

Roomier forms on mobile

Summary: Mobile forms are super tight, this opens them up a little bit.

Test Plan: Review editing a document, task, mobile, tablet.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+7 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '4e7e9bde', 10 + 'core.pkg.css' => '91e1d466', 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' => '6a51768e', 136 + 'rsrc/css/phui/phui-form-view.css' => '1b04a437', 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', ··· 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' => '6a51768e', 842 + 'phui-form-view-css' => '1b04a437', 843 843 'phui-head-thing-view-css' => 'fd311e5f', 844 844 'phui-header-view-css' => '4c7dd8f5', 845 845 'phui-hovercard' => '1bd28176',
+4
webroot/rsrc/css/phui/phui-form-view.css
··· 128 128 padding: 4px; 129 129 } 130 130 131 + .device-phone .aphront-form-control { 132 + padding: 4px 8px 8px; 133 + } 134 + 131 135 .phui-form-full-width .aphront-form-control { 132 136 padding: 4px 0; 133 137 }