@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 scrollbar in filetree sidenav

Summary: Fixes T11457, I guess. It feels wierd when you drag it a bit, and Im not positive if it's the calc css or javascript.

Test Plan: Enable filetree, shorten browser, see scrolling appear if files too long.

Reviewers: avivey, epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11457

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

+9 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'a012d3c0', 10 + 'core.pkg.css' => '340c5b75', 11 11 'core.pkg.js' => 'b562c3db', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => '3fb7f532', ··· 24 24 'rsrc/css/aphront/multi-column.css' => 'fd18389d', 25 25 'rsrc/css/aphront/notification.css' => '3f6c89c9', 26 26 'rsrc/css/aphront/panel-view.css' => '8427b78d', 27 - 'rsrc/css/aphront/phabricator-nav-view.css' => '09f3d0db', 27 + 'rsrc/css/aphront/phabricator-nav-view.css' => 'b29426e9', 28 28 'rsrc/css/aphront/table-view.css' => '832656fd', 29 29 'rsrc/css/aphront/tokenizer.css' => '056da01b', 30 30 'rsrc/css/aphront/tooltip.css' => '1a07aea8', ··· 784 784 'phabricator-keyboard-shortcut' => '1ae869f2', 785 785 'phabricator-keyboard-shortcut-manager' => '4a021c10', 786 786 'phabricator-main-menu-view' => '3b0d39f7', 787 - 'phabricator-nav-view-css' => '09f3d0db', 787 + 'phabricator-nav-view-css' => 'b29426e9', 788 788 'phabricator-notification' => 'ccf1cbf8', 789 789 'phabricator-notification-css' => '3f6c89c9', 790 790 'phabricator-notification-menu-css' => 'f31c0bde',
+6
webroot/rsrc/css/aphront/phabricator-nav-view.css
··· 68 68 margin-left: 212px; 69 69 } 70 70 71 + .has-drag-nav ul.phui-list-view { 72 + height: 100%; 73 + overflow-y: auto; 74 + overflow-x: hidden; 75 + } 76 + 71 77 .device-desktop .phui-navigation-shell .has-drag-nav .phabricator-nav-local { 72 78 width: 205px; 73 79 padding: 0;