Skip to content

Instantly share code, notes, and snippets.

@smallfx
Created August 26, 2021 17:16
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 smallfx/f7c96534243f7fe32a3e27499b7d6cd5 to your computer and use it in GitHub Desktop.
Save smallfx/f7c96534243f7fe32a3e27499b7d6cd5 to your computer and use it in GitHub Desktop.
discord "get smaller on half of my screen" mode usercss
[class*="sidebar-"] {
width: 125px;
}
[class*="sidebar-"] * {
font-size: 12px !important;
}
[class*="guilds-"] {
width: 40px;
}
[class*="guilds-"] [class*="scroller-"] > div > [class*="wrapper-"] {
width: 100%;
}
[class*="expandedFolderBackground-"] {
width: 90%;
left: 5%;
}
[class*="guilds-"] [class*="listItem-"] {
width: 100%;
}
[class*="guilds-"] [class*="listItem-"] svg {
transform: scale(0.7);
}
[class*="membersWrap-"] {
min-width: 0;
}
[class*="members-"] {
width: 150px;
}
[class*="members-"] * {
font-size: 12px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment