MediaWiki:Mobile.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
mNo edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
| Line 14: | Line 14: | ||
/* Hide elements which are given this class */ | /* Hide elements which are given this class */ | ||
.nomobile { display: none; } | .nomobile { display: none; } | ||
/* Squeeze the menu icons because the logo with wordmark makes the header to large. */ | |||
#minerva-user-menu-toggle { padding: 0.5em; } | |||
#user-notifications { padding: 0.5em; } | |||
#searchIcon { padding: 0.5em; } | |||
.branding-box { margin-right: 20px; zoom: 90%; } | |||
Revision as of 08:54, 16 March 2025
/* All CSS here will be loaded for users of the mobile site */
/* Fix bug with branding box. */
.minerva-header .branding-box { min-width: auto; }
/* Fix heading positionning. */
.page-heading {
padding-top: 1em;
}
/* Show elements which are given this class (they are shown again by Common.css). */
.mobileonly { display: block; }
/* Hide elements which are given this class */
.nomobile { display: none; }
/* Squeeze the menu icons because the logo with wordmark makes the header to large. */
#minerva-user-menu-toggle { padding: 0.5em; }
#user-notifications { padding: 0.5em; }
#searchIcon { padding: 0.5em; }
.branding-box { margin-right: 20px; zoom: 90%; }