Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created April 30, 2025 16:02
Show Gist options
  • Save schalkburger/7d05a1b06208d9e4554f489adee52d76 to your computer and use it in GitHub Desktop.
Save schalkburger/7d05a1b06208d9e4554f489adee52d76 to your computer and use it in GitHub Desktop.
Equicord QuickCSS
:root {
--settingswidth: 960; /* default: 960px (width of the settings modal, px) */
--settingsheight: 90; /* default: 80vh (height of the settings modal, vh) */
--settingsbackground: transparent; /* default: transparent */
--guildlist-collapse: 1;
--guildicon-size: 12;
--float-members-width: 65px;
--members-hover-delay: 0s;
--sidebar-border-radius: 0px;
--sidebar-transition-duration: 0.2s;
--channel_width: 200px;
--sidebar-hover-width: 280px;
--guildbar-avatar-size: 42px;
--custom-guild-list-width: 60px;
--sidebar-transition-entry: 150ms 0.15s linear;
--sidebar-transition-exit: 150ms ease-out;
}
.vc-ranb-button {
max-width: 60px;
font-size: 10px;
}
.base_c48ade .content_c48ade .sidebar_c48ade:hover > nav {
width: 60px;
}
.base_c48ade .content_c48ade .sidebar_c48ade:hover > section {
/* width: 260px; */
width: 95%;
}
.wrapper_cc5dd2,
.wrapper_cc5dd2 > svg {
max-width: 42px;
max-height: 42px;
overflow: hidden;
}
.stack_dbd263 {
padding: 3px !important;
}
@schalkburger
Copy link
Author

Equicord QuickCSS for Float theme forked by SuperStefan84

https://github.com/SuperStefan84/BetterDiscordFloatTheme/tree/main/Themes/Float

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment