Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KevSlashNull/c1417592327b084122624b810d3712d2 to your computer and use it in GitHub Desktop.
Save KevSlashNull/c1417592327b084122624b810d3712d2 to your computer and use it in GitHub Desktop.
BetterDiscord: KevsSmallGuilds v1.0: Reduce the size of the Guild Bar to 60px.
//META{"name":"KevsSmallGuilds","description":"Reduce the size of the Guild Bar to 60px.","author":"KevSlashNull","version":"1.0"}*//{}
/* COPYRIGHT (c) 2018 KevSlashNull. All rights reserved. */
.guild-inner a {
height: 35px !important;
width: 35px !important;
background-size: 35px 35px !important;
}
.guild {
height: 35px !important;
width: 35px !important;
}
.guilds-wrapper .guilds .friends-icon {
background-position: 50%;
background-repeat: no-repeat;
background-size: 25px 25px;
height: 35px;
width: 35px;
}
.guilds-wrapper {
width: 55px;
}
.guilds-wrapper .guild-separator,.guilds-wrapper .guilds .friends-online {
width: 35px;
font-size: 7.5px !important;
}
.guilds-wrapper .guilds-add-inner {
top: -4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment