Difference between revisions of "User:Tague/common.css"
| 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 | + | #mw-panel { top: 0 !important; height: 100px; width: 100% !important; display: flex; flex-direction: row; } |
| − | #mw-panel * { display: flex; flex-direction: column; flex-wrap: wrap; } | + | #mw-panel * { display: flex; flex-direction: column; height: 100px; flex-wrap: wrap; } |
| + | #mw-panel #p-logo { display: none; } | ||
| + | div#mw-head-base { height: calc(5em + 100px); } | ||
| + | div#mw-head { top: 100px; } | ||
#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:06, 5 May 2021
@media all and (orientation: portrait) {
#mw-panel { top: 0 !important; height: 100px; width: 100% !important; display: flex; flex-direction: row; }
#mw-panel * { display: flex; flex-direction: column; height: 100px; flex-wrap: wrap; }
#mw-panel #p-logo { display: none; }
div#mw-head-base { height: calc(5em + 100px); }
div#mw-head { top: 100px; }
#content.mw-body { margin-left: 0; }
#left-navigation { margin-left: 0; }
}
