_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

MediaWiki:Gadget-wide-vector-2022.css

In this article we will talk about MediaWiki:Gadget-wide-vector-2022.css, a highly relevant topic that has captured the attention of experts and fans alike. MediaWiki:Gadget-wide-vector-2022.css covers a wide range of aspects ranging from its impact on society to its influence in the professional field. Over the years, MediaWiki:Gadget-wide-vector-2022.css has sparked intense debate that has led to greater understanding and exploration of its implications. In this article, we will analyze in depth the relevance and impact of MediaWiki:Gadget-wide-vector-2022.css, as well as the different perspectives that exist around this topic.
/* Remove the max-width settings in the vector-2022 skin */
.mw-page-container,
.mw-workspace-container,
.mw-content-container,
.vector-sticky-header,
.mw-article-toolbar-container {
	max-width: unset !important;
}

/* Shrink the whitespace gap under the top header as well */
.mw-header {
	margin-bottom: 0.5em;
}

/* Fix for menu popup location */
.vector-toc-collapsed #mw-sidebar-checkbox:not(:checked) ~ .mw-table-of-contents-container {
    margin-left: unset;
}