This commit is contained in:
Mirco Wittrien 2020-08-26 16:14:26 +02:00
parent fa372e47d2
commit aa3e8b5e9a
2 changed files with 16 additions and 2 deletions

View File

@ -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} {

View File

@ -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)
}