BetterDiscordStuff icon indicating copy to clipboard operation
BetterDiscordStuff copied to clipboard

Suggestion - Change side of top bar buttons to right and left

Open HerXayah opened this issue 1 year ago • 6 comments

Yea i hard dig this theme, but the buttons on the left side are a hardcore dealbreaker for me

HerXayah avatar Mar 24 '23 21:03 HerXayah

you can disable the macos titlebar by deleting the macostitlebar line inside the theme file

maenDisease avatar Mar 24 '23 21:03 maenDisease

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

HerXayah avatar Mar 24 '23 21:03 HerXayah

I can provide css for this some time soon

maenDisease avatar Mar 24 '23 23:03 maenDisease

.platform-win .typeWindows-2-g3UY {
    top: -3px;
    left: unset;
    right: 0;
}

maenDisease avatar Mar 26 '23 02:03 maenDisease

.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

HerXayah avatar Mar 26 '23 12:03 HerXayah

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 image

HerXayah avatar Mar 27 '23 11:03 HerXayah