MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
Awsome2464 (talk | contribs) No edit summary |
Awsome2464 (talk | contribs) No edit summary Tags: mobile web edit mobile edit |
||
Line 5: | Line 5: | ||
/* Hide the sidebar (main menu) on mobile */ | /* Hide the sidebar (main menu) on mobile */ | ||
.navigation-drawer, .main-menu { display: none !important; } | .navigation-drawer, .main-menu { | ||
display: none !important; | |||
} | |||
/* Hide the top bar (header) on mobile */ | /* Hide the top bar (header) on mobile */ | ||
.header, .minerva-header { display: none !important; } | .header, .minerva-header { | ||
display: none !important; | |||
} |
Revision as of 00:21, 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; }