Difference between revisions of "MediaWiki:Mobile.css"

From DiscordDigital Wiki
Jump to navigation Jump to search
m
Tags: mobile web edit mobile edit
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 {
    display: none !important;
}
#p-search form {
    margin: 0.5em 0 0;
    margin-left: -22px;
}
#simpleSearch {
    max-width: 100%;
    width: calc(100vw - 36px);
}

Latest revision as of 13:17, 28 February 2021

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