Last active
February 22, 2018 22:34
-
-
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)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed too large private message indicators.