mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
70e68aedd8
VISUAL CHANGE: * Improves top margin on User common.js for code Bug: T205341 Change-Id: Ia402fd069341da14532d332fab7c109d34c7208d
23 lines
384 B
Plaintext
23 lines
384 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
ol.site-link-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
@media screen and ( min-width: @width-breakpoint-desktop ) {
|
|
.language-searcher {
|
|
.panel-body,
|
|
.overlay-content-body {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: @max-width-content-tablet;
|
|
}
|
|
|
|
.list-header {
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|