MediaWiki:Gadget-fixedWidth.css: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

13 March 2025

  • curprev 14:2214:22, 13 March 2025 Mahss talk contribs 685 bytes +685 Created page with "@media screen and (min-width: 1200px) { :root { --fixed-width: 1200px; } body { max-width: var(--fixed-width); margin: auto; } #mw-head { max-width: var(--fixed-width); right: unset; } #mw-panel { left: unset; } .vector-search-box-inner { width: min(20vw, calc(var(--fixed-width) / 5)); } #p-search #searchform .cdx-search-input__input-wrapper { width: min(20vw, calc(var(--fixed-width) / 5)); } body .mw-notification-area..."