This style removes the big left navigation bar displayed on the new Fandom design called FandomDesktop, leaving more space for the content and less unrelated distractions. It does leave the Notifications and Account buttons there, that are now floating on the bottom left.
New Fandom.com: Remove the left global navigation by nclm
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/206710.user.css
Details
Authornclm
LicenseNo License
Categoryfandom
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name New Fandom.com: Remove the left global navigation
@namespace USO Archive
@author nclm
@description `This style removes the big left navigation bar displayed on the new Fandom design called FandomDesktop, leaving more space for the content and less unrelated distractions. It does leave the Notifications and Account buttons there, that are now floating on the bottom left.`
@version 20210624.19.22
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("fandom.com") {
.global-navigation {
/* background-color: #002a32; */
/* box-shadow: 0 3px 12px 0 rgba(0,0,0,.3); */
background-color: transparent !important;
box-shadow: none !important;
pointer-events: none !important;
}
.global-navigation__top {
visibility: hidden !important;
pointer-events: none !important;
}
.global-navigation__bottom {
/* background-color: #002a32; */
background-color: transparent !important;
pointer-events: initial !important;
}
.fandom-sticky-header {
/* left: 66px; */
left: 0 !important;
}
.main-container {
/* margin-left: 66px; */
/* width: calc(100% - 66px); */
margin-left: 0 !important;
width: 100% !important;
}
}