Difference between revisions of "MediaWiki:Mobile.css"

From DiscordDigital Wiki
Jump to navigation Jump to search
(Created page with "→‎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:...")
Tags: mobile web edit mobile edit
 
m
Tags: mobile web edit mobile edit
Line 17: Line 17:
     cursor: pointer;
     cursor: pointer;
     padding-left: 20px;
     padding-left: 20px;
}
:focus {
    outline-color: unset;
}
}

Revision as of 12:56, 28 February 2021

/* 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 {
    position: relative;
    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;
}