Jump to content

User:4erospace/common.css

Revision as of 02:26, 14 June 2025 by 4erospace (talk | contribs) (CSS test)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@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 / 11.25rem minmax(0, 1fr);
        grid-template-areas:
        'siteNotice siteNotice'
        'columnStart pageContent'
        'footer footer';
    }
}

#mw-panel {
	position: absolute;
	top: 0;
	width: 11em;
	left: 0;
}