Difference between revisions of "MediaWiki:Mobile.css"

From DiscordDigital Wiki
Jump to navigation Jump to search
m
Tags: mobile web edit mobile edit
m
Tags: mobile web edit mobile 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 */
.mw-ui-icon {
.mw-ui-icon {
     display: none;
     display: none !important;
}
}

Revision as of 13:03, 28 February 2021

/* All CSS here will be loaded for users of the mobile site */
.mw-ui-icon {
    display: none !important;
}