Skip to content

Instantly share code, notes, and snippets.

@redfellow
Last active February 22, 2018 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redfellow/b5811e0bdd9a9d3aeec4789dc1b01d0c to your computer and use it in GitHub Desktop.
Save redfellow/b5811e0bdd9a9d3aeec4789dc1b01d0c to your computer and use it in GitHub Desktop.
Smaller server, channel & user panels for Discord desktop client (requires BetterDiscord CSS injection)
.guilds-wrapper + div > div:last-child > div:first-child {
width: 208px !important;
}
.channel-members-wrap {
min-width: 160px !important;
width: 120px !important;
}
.channel-members-wrap h2 {
font-size: 10px;
padding: 0 15px;
}
.channel-members-wrap .member {
padding: 0 15px
}
.channel-members-wrap .member-username-inner {
font-size: 14px !important;
letter-spacing: -0.2px;
}
.guilds-wrapper + div > div:last-child > div:first-child * {
font-size: 14px
}
.guilds-wrapper {
width: 60px;
}
.guilds-wrapper .guild:not(first-child),
.guilds-wrapper .guild:not(:first-child) div,
.guilds-wrapper .guild:not(first-child) a {
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
background-size: 40px 40px !important;
background-position: center center !important;
}
.guilds-wrapper .friends-icon {
height: 40px !important;
width: 40px !important;
background-size: 26px 28px !important;
background-position: center center !important;
}
@redfellow
Copy link
Author

Fixed too large private message indicators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment