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

Center page tabs on mobile

Summary: Centers tabs when used above the page header when on mobile.

Test Plan: Test mobile and desktop layouts of Instances.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

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

+17 -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' => 'cea08376', 12 + 'core.pkg.css' => '5a682e14', 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' => 'a0dae682', 45 + 'rsrc/css/application/base/standard-page-view.css' => 'c581d2ac', 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' => 'a0dae682', 805 + 'phabricator-standard-page-view' => 'c581d2ac', 806 806 'phabricator-textareautils' => '320810c8', 807 807 'phabricator-title' => '485aaa6c', 808 808 'phabricator-tooltip' => '358b8c04',
+14
webroot/rsrc/css/application/base/standard-page-view.css
··· 184 184 box-shadow: 0 0 3px 0 rgba(0,0,0,0.2); 185 185 } 186 186 187 + .device .phabricator-standard-page-tabs { 188 + margin-bottom: 20px; 189 + } 190 + 191 + .device-phone .phabricator-standard-page-tabs { 192 + text-align: center; 193 + } 194 + 195 + .device-phone 196 + .phabricator-standard-page-tabs.phui-list-view.phui-list-tabbar > li { 197 + display: inline-block; 198 + float: none; 199 + } 200 + 187 201 .phabricator-standard-page-tabs.phui-list-tabbar .phui-list-item-href { 188 202 padding: 12px 24px; 189 203 }