MediaWiki:Mobile.css: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
No edit summary
Tags: mobile web edit mobile edit
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 */
#mw-panel {display: none}
.navigation-drawer, .main-menu {
    display: none !important;
}


/* Hide the top bar (header) on mobile */
#mw-head-base, #mw-navigation {display: block}
.header, .minerva-header {
    display: none !important;
}

Revision as of 21:23, 31 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');

#mw-panel {display: none}

#mw-head-base, #mw-navigation {display: block}