discord-extensions / essence

A smooth, rounded theme.
MIT License
63 stars 36 forks source link

window buttons out of order #25

Closed miltoz closed 2 years ago

miltoz commented 2 years ago

can u change the Minimize, maximize, Close buttons because they are not in the supposed order https://imgur.com/a/YXaQh13

LuckFire commented 2 years ago

no, however you can add this to your custom css if you want it to be in the original order

#app-mount .typeWindows-2-g3UY .winButton-3UMjdg:nth-child(4) {
     order: 1;
}
LuckFire commented 2 years ago

they're intentionally in this order, v2 will have that changed but it's still a wip

miltoz commented 2 years ago

no, however you can add this to your custom css if you want it to be in the original order

#app-mount .typeWindows-2-g3UY .winButton-3UMjdg:nth-child(4) {
     order: 1;
}

Thanks a lot bro that fixed it perfectly, there isnt any way to also change the button colors right, well thanks anyway :)

LuckFire commented 2 years ago
--winbutton-max-background
--winbutton-min-background
--winbutton-close-background

these are the variables for the window buttons