mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
27 lines
650 B
Plaintext
27 lines
650 B
Plaintext
|
@import '../../minerva.less/minerva.variables';
|
||
|
|
||
|
// The top level user account button in the upper right near the notifications button.
|
||
|
.minerva-user-navigation {
|
||
|
display: flex;
|
||
|
height: @headerHeight;
|
||
|
// Fill empty space left / start so the buttons can stay right / end.
|
||
|
width: 100%;
|
||
|
// Keep space for at least two buttons.
|
||
|
min-width: 2 * @menuButtonIconSize;
|
||
|
// Center vertically.
|
||
|
align-items: center;
|
||
|
// Layout from right / end.
|
||
|
justify-content: flex-end;
|
||
|
// Show the list relative the button.
|
||
|
position: relative;
|
||
|
|
||
|
.mw-ui-icon-element {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.toggle-list {
|
||
|
width: @menuButtonIconSize;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
}
|