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

[Redesign] Normalize nav spacing

Summary: Ref T8099. Not sure if this was accidentally removed, but `overflow: hidden` saves the day once again. Fixes an issue where different pages had navs starting at different spots based on crumbs or object boxes.

Test Plan: Test Projects, People, Dashboards, lots of other navs. All start at 8px now.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T8099

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

+8 -3
+3 -3
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => '0df8c6bf', 10 + 'core.pkg.css' => '99b01d05', 11 11 'core.pkg.js' => 'e4f47dfd', 12 12 'darkconsole.pkg.js' => 'e7393ebb', 13 13 'differential.pkg.css' => 'bb338e4b', ··· 25 25 'rsrc/css/aphront/notification.css' => '9c279160', 26 26 'rsrc/css/aphront/pager-view.css' => '2e3539af', 27 27 'rsrc/css/aphront/panel-view.css' => '8427b78d', 28 - 'rsrc/css/aphront/phabricator-nav-view.css' => '949b43d9', 28 + 'rsrc/css/aphront/phabricator-nav-view.css' => '0ecd30a1', 29 29 'rsrc/css/aphront/table-view.css' => 'fb17602c', 30 30 'rsrc/css/aphront/tokenizer.css' => '04875312', 31 31 'rsrc/css/aphront/tooltip.css' => '7672b60f', ··· 714 714 'phabricator-keyboard-shortcut' => '1ae869f2', 715 715 'phabricator-keyboard-shortcut-manager' => 'c1700f6f', 716 716 'phabricator-main-menu-view' => '4b7ecab2', 717 - 'phabricator-nav-view-css' => '949b43d9', 717 + 'phabricator-nav-view-css' => '0ecd30a1', 718 718 'phabricator-notification' => '0c6946e7', 719 719 'phabricator-notification-css' => '9c279160', 720 720 'phabricator-notification-menu-css' => '713df25a',
+5
webroot/rsrc/css/aphront/phabricator-nav-view.css
··· 32 32 white-space: nowrap; 33 33 overflow-x: hidden; 34 34 overflow-y: auto; 35 + padding-top: 8px; 35 36 } 36 37 37 38 .phabricator-nav-drag { ··· 52 53 background-image: url(/rsrc/image/divot.png); 53 54 background-position: center; 54 55 background-repeat: no-repeat; 56 + } 57 + 58 + .phabricator-nav-content { 59 + overflow: hidden; 55 60 } 56 61 57 62 .device-desktop .phabricator-standard-page-body .has-drag-nav