Created
August 26, 2021 17:16
-
-
Save smallfx/f7c96534243f7fe32a3e27499b7d6cd5 to your computer and use it in GitHub Desktop.
discord "get smaller on half of my screen" mode usercss
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
[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