MediaWiki:Mobile.css: Difference between revisions
From Body Communication
SadanYagci (talk | contribs) (Created page with "→All CSS here will be loaded for users of the mobile site: .mw-ui-icon { min-height: 30px; }") Tags: Mobile edit Mobile web edit |
SadanYagci (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit |
||
Line 3: | Line 3: | ||
.mw-ui-icon { | .mw-ui-icon { | ||
min-height: 30px; | min-height: 30px; | ||
} | |||
#footer-copyrightico { | |||
display:none; | |||
} | } |
Revision as of 00:35, 28 August 2021
/* All CSS here will be loaded for users of the mobile site */ .mw-ui-icon { min-height: 30px; } #footer-copyrightico { display:none; }