mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
93f930ce3e
Remove the page action overflow and user menu height sizing. Previously, a maximum menu height was set so that the menu itself would scroll. A minimum height was also used so that the menu couldn't be shrunk down to a silly size. Both the minimum height LESS and maximum height JS are now removed. Bug: T225959 Change-Id: I201374ab8b249272ee5dbb1401b844ffe034ea66
10 lines
200 B
Plaintext
10 lines
200 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;
|
|
}
|