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

Fix filetree drag nav CSS

Summary: Fixes T11630. Not sure what the max-width fixes, but I don't see anything off on various mobile, desktop.

Test Plan: Enable filetree in differential, drag navigation all over, see normal width calculations.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11630

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

+8 -3
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '82aca405', 11 11 'conpherence.pkg.js' => '6249a1cf', 12 - 'core.pkg.css' => '87c434ee', 12 + 'core.pkg.css' => '1bf8fa70', 13 13 'core.pkg.js' => '021685f1', 14 14 'darkconsole.pkg.js' => 'e7393ebb', 15 15 'differential.pkg.css' => '90b30783', ··· 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' => 'e58a4a30', 29 + 'rsrc/css/aphront/phabricator-nav-view.css' => 'faf6a6fc', 30 30 'rsrc/css/aphront/table-view.css' => '6ca8e057', 31 31 'rsrc/css/aphront/tokenizer.css' => '9a8cb501', 32 32 'rsrc/css/aphront/tooltip.css' => '173b9431', ··· 786 786 'phabricator-keyboard-shortcut' => '1ae869f2', 787 787 'phabricator-keyboard-shortcut-manager' => '4a021c10', 788 788 'phabricator-main-menu-view' => '5294060f', 789 - 'phabricator-nav-view-css' => 'e58a4a30', 789 + 'phabricator-nav-view-css' => 'faf6a6fc', 790 790 'phabricator-notification' => 'ccf1cbf8', 791 791 'phabricator-notification-css' => '3f6c89c9', 792 792 'phabricator-notification-menu-css' => '6a697e43',
+5
webroot/rsrc/css/aphront/phabricator-nav-view.css
··· 69 69 margin-left: 212px; 70 70 } 71 71 72 + .device-desktop .phabricator-standard-page-body .has-drag-nav 73 + .phabricator-nav-local { 74 + max-width: none; 75 + } 76 + 72 77 .has-drag-nav ul.phui-list-view { 73 78 height: 100%; 74 79 overflow-y: auto;