Fix mobile menus
Summary: The multiple icons are causing layout issues. This hides the unsused div (the real icon gets appended). We should probably clean this up next redesign. Test Plan: test mobile layouts in Chrome, test main menu and application menu. Go to Differential, check those menus to. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9086
This commit is contained in:
parent
77b4c3145a
commit
5b31a17c96
|
@ -7,7 +7,7 @@
|
||||||
return array(
|
return array(
|
||||||
'names' =>
|
'names' =>
|
||||||
array(
|
array(
|
||||||
'core.pkg.css' => 'd52dea33',
|
'core.pkg.css' => '283dd8ce',
|
||||||
'core.pkg.js' => 'b2ed04a2',
|
'core.pkg.js' => 'b2ed04a2',
|
||||||
'darkconsole.pkg.js' => 'ca8671ce',
|
'darkconsole.pkg.js' => 'ca8671ce',
|
||||||
'differential.pkg.css' => '4b8686e3',
|
'differential.pkg.css' => '4b8686e3',
|
||||||
|
@ -37,7 +37,7 @@ return array(
|
||||||
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
'rsrc/css/aphront/two-column.css' => '16ab3ad2',
|
||||||
'rsrc/css/aphront/typeahead.css' => '271456a1',
|
'rsrc/css/aphront/typeahead.css' => '271456a1',
|
||||||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||||
'rsrc/css/application/base/main-menu-view.css' => '0a599177',
|
'rsrc/css/application/base/main-menu-view.css' => '0207239c',
|
||||||
'rsrc/css/application/base/notification-menu.css' => '99ffef72',
|
'rsrc/css/application/base/notification-menu.css' => '99ffef72',
|
||||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21',
|
'rsrc/css/application/base/phabricator-application-launch-view.css' => 'd290ba21',
|
||||||
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
||||||
|
@ -706,7 +706,7 @@ return array(
|
||||||
'phabricator-jump-nav' => 'f0c5e726',
|
'phabricator-jump-nav' => 'f0c5e726',
|
||||||
'phabricator-keyboard-shortcut' => '1ae869f2',
|
'phabricator-keyboard-shortcut' => '1ae869f2',
|
||||||
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
'phabricator-keyboard-shortcut-manager' => 'ad7a69ca',
|
||||||
'phabricator-main-menu-view' => '0a599177',
|
'phabricator-main-menu-view' => '0207239c',
|
||||||
'phabricator-nav-view-css' => '80e60fc1',
|
'phabricator-nav-view-css' => '80e60fc1',
|
||||||
'phabricator-notification' => '0c6946e7',
|
'phabricator-notification' => '0c6946e7',
|
||||||
'phabricator-notification-css' => 'ef2c9b34',
|
'phabricator-notification-css' => 'ef2c9b34',
|
||||||
|
|
|
@ -352,6 +352,10 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.phabricator-application-menu .phui-list-item-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.device-desktop .phabricator-application-menu .phui-list-item-view.core-menu-item {
|
.device-desktop .phabricator-application-menu .phui-list-item-view.core-menu-item {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue