Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
m Tags: mobile web edit mobile edit |
m Tags: mobile web edit mobile edit |
||
Line 2: | Line 2: | ||
.mw-ui-icon { | .mw-ui-icon { | ||
display: none !important; | display: none !important; | ||
} | |||
#p-search form { | |||
margin: 0.5em 0 0; | |||
margin-left: -22px; | |||
} | |||
#simpleSearch { | |||
max-width: 100%; | |||
width: calc(100vw - 36px); | |||
} | } |
Revision as of 12:16, 28 February 2021
/* 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);
}