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

Add some max-width to basic-nav

Summary: Fixes T12214. Adds a max-width

Test Plan: Tested on Home, Projects, Appsearch

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12214

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

+7 -5
+5 -5
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => 'a520d619', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '946cfd80', 12 + 'core.pkg.css' => 'c50d8f46', 13 13 'core.pkg.js' => '1fa7c0c5', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '4815647b', ··· 26 26 'rsrc/css/aphront/multi-column.css' => '84cc6640', 27 27 'rsrc/css/aphront/notification.css' => '3f6c89c9', 28 28 'rsrc/css/aphront/panel-view.css' => '8427b78d', 29 - 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', 29 + 'rsrc/css/aphront/phabricator-nav-view.css' => 'e58a4a30', 30 30 'rsrc/css/aphront/table-view.css' => '213a5981', 31 31 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 32 32 'rsrc/css/aphront/tooltip.css' => '173b9431', ··· 131 131 'rsrc/css/phui/phui-action-list.css' => '445c267b', 132 132 'rsrc/css/phui/phui-action-panel.css' => '91c7b835', 133 133 'rsrc/css/phui/phui-badge.css' => '3baef8db', 134 - 'rsrc/css/phui/phui-basic-nav-view.css' => 'c2707bf1', 134 + 'rsrc/css/phui/phui-basic-nav-view.css' => '2e7648d4', 135 135 'rsrc/css/phui/phui-big-info-view.css' => 'bd903741', 136 136 'rsrc/css/phui/phui-box.css' => '269cbc99', 137 137 'rsrc/css/phui/phui-button.css' => '7eaff361', ··· 798 798 'phabricator-keyboard-shortcut' => '1ae869f2', 799 799 'phabricator-keyboard-shortcut-manager' => '4a021c10', 800 800 'phabricator-main-menu-view' => '43d59288', 801 - 'phabricator-nav-view-css' => 'b29426e9', 801 + 'phabricator-nav-view-css' => 'e58a4a30', 802 802 'phabricator-notification' => 'ccf1cbf8', 803 803 'phabricator-notification-css' => '3f6c89c9', 804 804 'phabricator-notification-menu-css' => '6a697e43', ··· 838 838 'phriction-document-css' => '4282e4ad', 839 839 'phui-action-panel-css' => '91c7b835', 840 840 'phui-badge-view-css' => '3baef8db', 841 - 'phui-basic-nav-view-css' => 'c2707bf1', 841 + 'phui-basic-nav-view-css' => '2e7648d4', 842 842 'phui-big-info-view-css' => 'bd903741', 843 843 'phui-box-css' => '269cbc99', 844 844 'phui-button-css' => '7eaff361',
+1
webroot/rsrc/css/aphront/phabricator-nav-view.css
··· 29 29 padding-right: 0; 30 30 background-color: transparent; 31 31 width: 205px; 32 + max-width: 205px; 32 33 } 33 34 34 35 .device-phone .phui-basic-nav.phui-navigation-shell
+1
webroot/rsrc/css/phui/phui-basic-nav-view.css
··· 40 40 41 41 .phui-basic-nav.phui-navigation-shell .phabricator-nav-local { 42 42 width: 205px; 43 + max-width: 205px; 43 44 padding-top: 12px; 44 45 padding-right: 8px; 45 46 }