Skip to content

Discord Fold Channels by dtasev

Screenshot of Discord Fold Channels

Details

Authordtasev

LicenseNo License

Categoryhttps://discord.com/

Created

Updated

Size423 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Folds the discord channels until they are hovered by the mouse. Works in the web app but can also be inserted in the 'native' app via dev tools - but you'll have to do it on every start.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name          Discord Fold Channels
@namespace     https://discord.com/
@version       1.0
@description   Makes Discord channels folded on the web page
@author        Dimitar Tasev
*/

@-moz-document domain("discord.com")
{
  div[class^="sidebar-"]
  {
    width: 63px!important;
  }

  div[class^="sidebar-"]:hover
  {
    width: 240px!important;
    transition: 0.3s!important;
  }
}

Reviews

No reviews yet.