More specific class

This commit is contained in:
alistair3149 2020-01-06 20:33:34 -05:00
parent 55624ead9e
commit bcff2d8027
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -334,6 +334,7 @@
// Only show title when screen height is less than 800px
@media only screen and ( max-height: 800px ) {
.mw-header-menu-drawer-container {
.mw-header-banner {
border-color: transparent;
@ -346,6 +347,7 @@
}
}
}
}
// Bypass calculation
@mw-sidebar-sitename-max-width: @margin-side * 5 + @page-width;