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.
/*
* NoGlobalNav
*
* @description Removes the FandomDesktop global navigation
* @author Joritochip
*/
#global-explore-navigation,
.community-navigation__fandom-heart {
display: none;
}
.main-container {
margin-left: 0px !important;
width: auto !important;
}
.fandom-community-header__background.fullScreen {
width: 100% !important;
}
.notifications-placeholder {
left: 18px !important;
}
.interactive-map-editor {
margin-left: unset;
width: 100vw;
}