A modular CSS-addon for Discord (compatible with Vencord, Vesktop, and BetterDiscord) that transforms the server list from thick icons into a slinky, collapsible list with names.
- Slim by default: Only 72px wide, keeping your interface clean.
- Dynamic expansion: Expands to 240px on
:hoveror:focus-within. - Tab-style icons: Icons are transformed into small squares/tabs.
- Server names: Automatically extracts and displays server names from the
data-dnd-nameattribute. - Modular & Theme-aware: Uses Discord's native CSS variables to match your active theme.
Powercord Install: git clone https://github.com/MaxTomahawk/Slim-Server-Sidebar --branch deploy
Vencord Theme: https://raw.githubusercontent.com/MaxTomahawk/Slim-Server-Sidebar/deploy/SlimServerSidebar.css
This project uses SCSS. To compile locally:
npm installnpm run build
The project is automatically compiled and deployed to the deploy branch via GitHub Actions.