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,15 +334,17 @@
// Only show title when screen height is less than 800px
@media only screen and ( max-height: 800px ) {
.mw-header-banner {
border-color: transparent;
.mw-header-menu-drawer-container {
.mw-header-banner {
border-color: transparent;
.mw-wiki-logo {
display: none;
}
.mw-wiki-logo {
display: none;
}
.mw-wiki-title {
display: block;
.mw-wiki-title {
display: block;
}
}
}
}