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-element {
    text-indent: -999px;
    overflow: unset;
    width: 3.5em;
    min-width: unset;
    max-width: 70px;
}
.mw-ui-icon {
.mw-ui-icon {
     position: relative;
     display: none;
    line-height: 1.5em;
    min-height: unset;
    min-width: 1.5em;
    margin-left: -45px;
}
.client-js .collapsible-heading {
    cursor: pointer;
    padding-left: 20px;
}
:focus {
    outline-color: unset !important;
}
}

Revision as of 13:01, 28 February 2021

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