Open main menu

Dungeons and Dragons Wiki β

Changes

Talk:Main Page

789 bytes added, 04:06, 28 February 2020
Un-fuckifying the sidebar: new section
:Plus they just look like shit on mobile. [[User:Surgo|Surgo]] ([[User talk:Surgo|talk]]) 03:43, 28 February 2020 (UTC)
 
== Un-fuckifying the sidebar ==
 
If you're like me or a lot of other people who asked me about this and you think the left-hand status bar is ridiculous, you can use the following user CSS to return it to normal. Only tested on my screen which is 1080p, so you might need to modify it a bit if you have a different monitor. There are all sorts of ways to use user CSS; I use an extension in Chrome called "User CSS and Javascript" to apply it.
 
<nowiki>#p-namespaces { padding-left: 0 !important; }
#content { margin-left: 175px !important; }
#mw-panel { width: 160px !important; }
#mw-panel li { font-size: 0.8em !important; }
#mw-panel .portal h3 { font-size: 0.8em !important; }</nowiki>
 
Hope that helps. [[User:Surgo|Surgo]] ([[User talk:Surgo|talk]]) 04:06, 28 February 2020 (UTC)