DiscordStyles / SoftX

A soft and comfy feel for Discord.
MIT License
232 stars 271 forks source link

discord top bar to thick #42

Closed AestheticGod19 closed 2 years ago

AestheticGod19 commented 2 years ago

how i can make the top bar smaller https://imgur.com/a/VcooN6y

Gibbu commented 2 years ago

You can decrease the height of the toolbar with

:root {
  --toolbar-height: 74px;
}

Paste that into your CustomCSS tab.