diff --git a/Plugins/OldTitleBar/OldTitleBar.plugin.js b/Plugins/OldTitleBar/OldTitleBar.plugin.js index 1664cad460..06df6a9816 100644 --- a/Plugins/OldTitleBar/OldTitleBar.plugin.js +++ b/Plugins/OldTitleBar/OldTitleBar.plugin.js @@ -38,6 +38,7 @@ var OldTitleBar = (_ => { .platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildswrapper} { margin-top: 0; + padding-top: 0; } .platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildsscroller} { diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index 7332127577..fd998f6fca 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -253,7 +253,7 @@ body:before { /* ~~~~ 3. TITLEBAR ~~~~ */ .titleBar-AC4pGV { - z-index: 1; + z-index: 5001; } .titleBar-AC4pGV:after { content: ""; @@ -269,7 +269,10 @@ body:before { height: 22px; } .titleBar-AC4pGV.typeMacOS-3EmCyP:after { - height: 32px; + height: 28px; + width: calc(100% - 4px); + margin: 2px; + border-radius: 5px; } .titleBar-AC4pGV.typeMacOS-3EmCyP, .titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC { @@ -279,6 +282,13 @@ body:before { margin-top: 0; margin-right: 0; } +.platform-osx .wrapper-1Rf91z { + margin-top: 0; + padding-top: 32px; +} +.platform-osx .standardSidebarView-3F1I7i:before { + left: 72px; +} .winButton-iRh8-Z { color: rgb(var(--fontwhite3)); } @@ -2723,6 +2733,9 @@ body:before { -webkit-mask: url(https://discordapp.com/assets/da8463a04b4a289801d2516f50eb4c19.svg); } +#app-mount .card-o7rAq- { /* integrationsettings card */ + border-color: rgba(var(--vtransparencycolor), 0.1) +} #app-mount .card-3IImnr { /* integrationsettings webhook card */ border-color: rgba(var(--vtransparencycolor), 0.1) }