mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
More specific class
This commit is contained in:
parent
55624ead9e
commit
bcff2d8027
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue