mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 10:50:52 +00:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
|
|
||
|
.minerva--history-page-action-enabled {
|
||
|
.page-actions-menu__list-item {
|
||
|
flex-basis: auto;
|
||
|
// When AMC is enabled, space all items equally.
|
||
|
&:first-child {
|
||
|
flex-grow: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|