Difference between revisions of "User:Tague/common.css"
(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...") |
|||
Line 1: | Line 1: | ||
@media all and (orientation: portrait) { | @media all and (orientation: portrait) { | ||
− | #mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: | + | #mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 200px; } |
#mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; } | #mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; } | ||
#content.mw-body { margin-left: 0; } | #content.mw-body { margin-left: 0; } | ||
#left-navigation { margin-left: 0; } | #left-navigation { margin-left: 0; } | ||
} | } |
Revision as of 00:02, 5 May 2021
@media all and (orientation: portrait) { #mw-panel { top: 0 !important; width: 100% !important; display: flex; flex-direction: row; height: 200px; } #mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; } #content.mw-body { margin-left: 0; } #left-navigation { margin-left: 0; } }