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 |
---|---|
@import url("https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css");
https://minidiscordthemes.github.io/Snippets/ChannelListWidth/main.css
Paste the following at the end of Custom / Quick CSS, then edit the values:
:root {
--channellist-width: 240px;
--channellist-header-height: 48px;
}