VOOZH about

URL: https://minecraft.wiki/w/MediaWiki:Gadget-fixedWidth.css

⇱ MediaWiki:Gadget-fixedWidth.css – Minecraft Wiki


MediaWiki:Gadget-fixedWidth.css

From Minecraft Wiki
Jump to navigation Jump to search
In other languages

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

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

@mediascreenand(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{
right:calc(50%-min(50%,var(--fixed-width)/2));
}
div#mw-page-base::after{
position:relative;
display:block;
width:0;
right:calc(16px-min(100%,var(--fixed-width)))
}
}
Retrieved from "https://minecraft.wiki/w/MediaWiki:Gadget-fixedWidth.css?oldid=2653301"

Navigation menu