Jump to content

MediaWiki:Mobile.css: Difference between revisions

From IECO - International Eurofan's Countries Organisation
Created page with "All CSS here will be loaded for users of the mobile site: Force Navbox to display on mobile: .navbox { display: block !important; visibility: visible !important; clear: both; } Ensure Sidebar shows if needed: .nomobile { display: block !important; visibility: visible !important; }"
 
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
/* Force Navbox to display on mobile */
.navbox {
    display: block !important;
    visibility: visible !important;
    clear: both;
}
/* Ensure Sidebar shows if needed */
.nomobile {
    display: block !important;
    visibility: visible !important;
}

Latest revision as of 11:05, 7 January 2025

/* All CSS here will be loaded for users of the mobile site */