dev

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

/*
 * 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;
}