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 ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#teahouseNavbar {display: block !important;}
/*#mw-fr-watchlist-pending-notice {display: none}*/
.afd-help-box { display: none; }
#file-namespace-editnotice { display: none; }
.watchlist-4-Administrator_intervention_against_vandalism { display: none; }
.watchlist-1-Main_Page { display: none; }
.mw-parser-output span.cs1-maint {display: inline;} /* display Citation Style 1 maintenance messages */#pt-betafeatures, #pt-sandbox { display: none; }

/* Stop doing responsive wrong */
/*
.skin-vector-2022 .mw-page-container-inner {
  display: grid;
  width: 100%;
  column-gap: 8px;
  grid-template: min-content min-content min-content 1fr min-content / 9em minmax(0px, 1fr);
  grid-template-areas:
  'header   header   ' 
  'siteNotice siteNotice ' 
  'mainMenu   pageContent' 
  'toc    pageContent' 
  'footer   footer   ';
}
.skin-vector-2022 .client-js.vector-sticky-header-enabled .vector-sticky-header {
  display: flex;
}
.skin-vector-2022 .vector-sticky-header {
  padding: 6px 3.25em;
}
.skin-vector-2022 .mw-header {
  grid-area: header;
}
.skin-vector-2022 .vector-sitenotice-container {
  grid-area: siteNotice;
}
.vector-main-menu-container {
  grid-area: mainMenu;
}
.skin-vector-2022 .mw-table-of-contents-container {
  grid-area: toc;
}

.skin-vector-2022 .mw-content-container {
  grid-area: pageContent;
}
.skin-vector-2022 .mw-footer-container {
  grid-area: footer;
}
.skin-vector-2022 .vector-feature-page-tools-disabled .vector-main-menu {
  margin-left: -28px;
}
.skin-vector-2022 .mw-ui-icon-flush-right {
  margin-right: -0.375em;
}
.skin-vector-2022 .mw-ui-icon-flush-left {
  margin-left: -0.375em;
}
.client-js.vector-sticky-header-enabled {
  scroll-padding-top: 3.125rem;
}
*/