BetterDiscordStuff
BetterDiscordStuff copied to clipboard
Suggestion - Change side of top bar buttons to right and left
Yea i hard dig this theme, but the buttons on the left side are a hardcore dealbreaker for me
you can disable the macos titlebar by deleting the macostitlebar line inside the theme file
you can disable the macos titlebar by deleting the macostitlebar line inside the theme file
Well but i want the MacOS buttons. Just wanna choose what side :D
I can provide css for this some time soon
.platform-win .typeWindows-2-g3UY {
top: -3px;
left: unset;
right: 0;
}
.platform-win .typeWindows-2-g3UY { top: -3px; left: unset; right: 0; }
Cool many thanks. I would recommend on Vencord etc to make it !important tho :3
The Problem tho is the buttons are in the wrong order when you do this haha :D
transform: scale(-1, 1) !important;
I mean theyre still missordered from the Normal windows ones :D