Skip to content

Latest commit

 

History

History

ChannelListWidth

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Channel List Width

Status: working

Improved custom channel list width and header height, with fixes for server banners and user panel.

  • Banners stretch/shrink correctly to fit any channel list width and header height.
  • User panel buttons reposition above user info when channel list is narrow, and spread out when channel list is wide.
600px 240px
600px channel list 240px channel list

Usage

@import

@import url("https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css");

Replugged automatic theme

Install now

Replugged manual theme

Download now

Vencord online theme

https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css

Customisation

Paste the following at the end of Custom / Quick CSS, then edit the values:

:root {
    --channellist-width: 240px;
    --channellist-header-height: 48px;
}