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

Give mobile page tabs more space

Summary: These can wrap on iPhone 5 screens, no need for so much padding.

Test Plan: iPhone 5 simulator, tablet and mobile.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+4 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'e68cf1fa', 11 11 'conpherence.pkg.js' => 'b5b51108', 12 - 'core.pkg.css' => 'cf953851', 12 + 'core.pkg.css' => 'fe4effd6', 13 13 'core.pkg.js' => '5d80e0db', 14 14 'darkconsole.pkg.js' => '1f9a31bc', 15 15 'differential.pkg.css' => '45951e9e', ··· 42 42 'rsrc/css/application/base/main-menu-view.css' => '16053029', 43 43 'rsrc/css/application/base/notification-menu.css' => '73fefdfa', 44 44 'rsrc/css/application/base/phui-theme.css' => '9f261c6b', 45 - 'rsrc/css/application/base/standard-page-view.css' => 'c581d2ac', 45 + 'rsrc/css/application/base/standard-page-view.css' => '34ee718b', 46 46 'rsrc/css/application/chatlog/chatlog.css' => 'd295b020', 47 47 'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4', 48 48 'rsrc/css/application/config/config-options.css' => 'd55ed093', ··· 802 802 'phabricator-shaped-request' => '7cbe244b', 803 803 'phabricator-slowvote-css' => 'a94b7230', 804 804 'phabricator-source-code-view-css' => 'aea41829', 805 - 'phabricator-standard-page-view' => 'c581d2ac', 805 + 'phabricator-standard-page-view' => '34ee718b', 806 806 'phabricator-textareautils' => '320810c8', 807 807 'phabricator-title' => '485aaa6c', 808 808 'phabricator-tooltip' => '358b8c04',
+1
webroot/rsrc/css/application/base/standard-page-view.css
··· 186 186 187 187 .device .phabricator-standard-page-tabs { 188 188 margin-bottom: 20px; 189 + padding: 0 12px; 189 190 } 190 191 191 192 .device-phone .phabricator-standard-page-tabs {