User:4erospace/common.css: Difference between revisions
m CSS test |
m CSS test |
||
Line 4: | Line 4: | ||
} | } | ||
} | |||
@media screen and (min-width: 1120px) { | |||
.mw-page-container-inner { | |||
display: grid; | |||
column-gap: 0px; | |||
grid-template: min-content 1fr min-content / 10.25rem minmax(0, 1fr); | |||
grid-template-areas: | |||
'siteNotice siteNotice' | |||
'columnStart pageContent' | |||
'footer footer'; | |||
} | |||
} | } | ||
Line 9: | Line 21: | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
width: | width: 11em; | ||
left: 0; | left: 0; | ||
} | } |
Revision as of 02:25, 14 June 2025
@media screen and (min-width: 1200px) {
.vector-feature-limited-width-clientpref1 #mw-panel {
left: unset;
}
}
@media screen and (min-width: 1120px) {
.mw-page-container-inner {
display: grid;
column-gap: 0px;
grid-template: min-content 1fr min-content / 10.25rem minmax(0, 1fr);
grid-template-areas:
'siteNotice siteNotice'
'columnStart pageContent'
'footer footer';
}
}
#mw-panel {
position: absolute;
top: 0;
width: 11em;
left: 0;
}