XYZenix / XYZenixThemes

Most of my themes
73 stars 43 forks source link

[DTM-08] Friends/Home Button is displaced when running Discord with native titlebars #123

Closed Kenst1092 closed 8 months ago

Kenst1092 commented 8 months ago

See upper left location where the friends/home button is located

image

I most certainly do not believe the extras on top of my Discord client is the issue, I was previously using the latest version of BetterDiscord and the issue was present there as well.

It's more of a visual nuisance than anything, it still functions like normal.

XYZenix commented 8 months ago

try this in custom css:

.platform-win .scroller_de945b .tutorialContainer_b06ae6 {
  top: 0 !important;
}
XYZenix commented 8 months ago

closing as won't fix because as far as i can tell, vencord doesn't add literally any selector to anything to detect whether the native titlebar option is enabled or not