MediaWiki:Mobile.css: Difference between revisions
Appearance
Created page with "→CSS placed here will affect users of the mobile site: →new mobile CSS (after updating the wiki version: →move overlay menus down on mobile (both left menu and search bar): #mw-mf-page-left { top: 80px; } .overlay-header-container.position-fixed { top: 80px; } .overlay-content { top: 80px } →move search bar icon left: nav.minerva-user-navigation { display: flex; justify-content: left; } /* eliminate horizontal scrollbar (not in use because..." |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
/* make the loading indicator invisible */ | |||
.mw-indicators { | |||
display: none; | |||
} | |||
/* old Mobile.css code */ | |||
/* new mobile CSS (after updating the wiki version */ | /* new mobile CSS (after updating the wiki version */ | ||
/* move overlay menus down on mobile (both left menu and search bar) */ | /* move overlay menus down on mobile (both left menu and search bar) */ |