MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Awsome2464 (talk | contribs) No edit summary |
Awsome2464 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); | ||
/* Hide the sidebar (main menu) on mobile */ | |||
.navigation-drawer, .main-menu { display: none !important; } | |||
. | /* Hide the top bar (header) on mobile */ | ||
.header, .minerva-header { display: none !important; } |
Revision as of 00:19, 28 May 2025
/* All CSS here will be loaded for users of the mobile site */ @import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerTags.css&only=styles"; @import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); /* Hide the sidebar (main menu) on mobile */ .navigation-drawer, .main-menu { display: none !important; } /* Hide the top bar (header) on mobile */ .header, .minerva-header { display: none !important; }