User:Tague/common.css

Explain xkcd: It's 'cause you're dumb.
Revision as of 00:02, 5 May 2021 by Tague (talk | contribs) (Created page with "@media all and (orientation: portrait) { #mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 500px; } #mw-panel * { display: fle...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
@media all and (orientation: portrait) {
#mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 500px; }
#mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; }
#content.mw-body { margin-left: 0; }
#left-navigation { margin-left: 0; }
}