Skip to content

Instantly share code, notes, and snippets.

@devsnek
Created March 26, 2025 08:18
Show Gist options
  • Save devsnek/c4d7cba636de4e02072c4375c0d51987 to your computer and use it in GitHub Desktop.
Save devsnek/c4d7cba636de4e02072c4375c0d51987 to your computer and use it in GitHub Desktop.
:root {
--custom-app-top-bar-height: 0px !important;
}
[aria-label='Servers sidebar'] {
margin-top: 15px !important;
margin-bottom: 0px !important;
}
[aria-label='User area'] {
left: calc(var(--space-xs) + var(--custom-guild-list-width)) !important;
width: calc(100% - var(--space-xs) * 2 - var(--custom-guild-list-width)) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment