mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
|
@import '../../minerva.less/minerva.variables';
|
||
|
|
||
|
// The list that opens underneath the button.
|
||
|
.minerva-user-menu-list {
|
||
|
top: 100%;
|
||
|
right: 0;
|
||
|
margin-right: @contentMargin / 2;
|
||
|
min-width: 200px;
|
||
|
// A variable max-height is set in JavaScript so a minimum height is needed.
|
||
|
min-height: 200px;
|
||
|
}
|