Hide the Server and Channel list sidebars
Discord - Hide Servers and Channels by nystrata
Details
Authornystrata
LicenseNo License
Categorydiscord
Created
Updated
Size419 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Discord - Hide Servers and Channels
@version 20220220.20.24
@namespace userstyles.world/user/nystrata
@description Hide the Server and Channel list sidebars
@author nystrata
@license No License
==/UserStyle== */
@-moz-document domain("discord.com") {
nav[class*='guilds'] {
display: none;
}
div[class*='sidebar'] {
display: none;
}
div[class*='base'] {
left: 0
}
}