Skip to content

Instantly share code, notes, and snippets.

@rickybrent
Last active June 15, 2019 13:23
Show Gist options
  • Save rickybrent/325295a1ab7c03552bd7777924e67e07 to your computer and use it in GitHub Desktop.
Save rickybrent/325295a1ab7c03552bd7777924e67e07 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Discord App Narrower
@namespace github.com/rickybrent
@version 1.0.0
@license unlicense
@updateURL https://gist.github.com/rickybrent/325295a1ab7c03552bd7777924e67e07/raw/discordapp.narrow.user.css
==/UserStyle== */
@-moz-document domain("discordapp.com") {
/* .channels-Ie216A */
div.app>div:first-child>div>div>div>div:last-child>div:first-child,
body .channels-wrap {
width: 125px !important;
}
.membersWrap-2h-GB4,
body .channel-members-wrap {
min-width: 100px !important;
}
.membersWrap-2h-GB4,
body .channel-members {
max-width: 100px !important;
white-space:nowrap !important;
}
body .message-group .btn-option,
body .message-group .btn-reaction {
/* opacity: 0.4; */
width: 32px;
height: 22px;
background-size: 32px 22px !important;
}
body .accountDetails-15i-_e .username {
max-width: 32px !important;
}
div.app>div:first-child>div>div>div>div:last-child>div:first-child button {
width: 16px !important;
height: 16px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment