-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes more apps menu and settings/user menu positions #10723
Conversation
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚫🧙 ;) works and looks good. No idea whether it could have other implications, but on first sight all looks fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix the settings menu, this property needs to be !important
or have a higher selector weight :)
Line 408 in ccb8f7d
right: 17px; |
See other comments otherwise! ;)
Thanks again for taking care of this!
core/css/header.scss
Outdated
@@ -98,7 +98,7 @@ | |||
width: 0; | |||
position: absolute; | |||
pointer-events: none; | |||
right: 10px; | |||
right: 22px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good finding!
core/css/header.scss
Outdated
@@ -226,9 +226,10 @@ | |||
/* NAVIGATION --------------------------------------------------------------- */ | |||
nav[role='navigation'] { | |||
display: inline-block; | |||
width: $header-height; | |||
width: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not fond of hacks like that, I could prefer a proper :
li#more-apps {
z-index: 2;
}
:)
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
@@ -400,6 +400,10 @@ nav[role='navigation'] { | |||
display: block; | |||
} | |||
} | |||
|
|||
#expanddiv:after { | |||
right: 22px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✓ done
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
closes #10716
closes #10722
Tested in latest Chrome, Edge, Firefox and Safari.