mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 10:27:31 +00:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
|
/**
|
||
|
* Changeslist legends are hidden on Minerva due to their complexity
|
||
|
* on mobile displays.
|
||
|
*/
|
||
|
|
||
|
.mw-changeslist-legend {
|
||
|
display: none !important;
|
||
|
}
|