SmolAlli / Themes

A collection of themes by SmolAlli
7 stars 7 forks source link

[Suggestion] -Option to change server list, members, and channel sizes #3

Closed BigFlubba closed 2 months ago

BigFlubba commented 2 years ago

I like how this looks, other than a few weeks. How I have Discord setup is the smallest size possible and I would like to change the sizes of some things that are big and make them smaller and small things and make them bigger. Also, it currently breaks my CSS for folder outlines. Would that be a thing where I have to make a special version for the theme or can it be done on your end? image

BigFlubba commented 2 years ago

Basically in short I would like the option to change the sizes of things and customize some things a bit.

SmolAlli commented 2 years ago

I have 3 variables in use currently within the source which is opted to not add into the main file due to them not looking the best when customised. Feel free to add them as such and edit them if you want to, though. Keep in mind that they're more there so that I can use the same value multiple times over, so you may run into some issues.

:root {
    /* Variables */
    --guildbar-width: 56px;
    --sidebar-width: 200px;
    --header-height: 40px;
}
BigFlubba commented 2 years ago

Do you have any variables to change the members and channels size? image image I would like to make the members smaller so they can fit more without scrolling and the same with the channels. Is that feasible with this theme?

SmolAlli commented 2 years ago

I will consider it for the future. Right now the only variables I have are the ones I sent before.

BigFlubba commented 2 years ago

Got it. Thanks.

SmolAlli commented 2 months ago

I will not be adding this.