themes
This commit is contained in:
parent
fa372e47d2
commit
aa3e8b5e9a
|
@ -38,6 +38,7 @@ var OldTitleBar = (_ => {
|
||||||
|
|
||||||
.platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildswrapper} {
|
.platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildswrapper} {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildsscroller} {
|
.platform-osx ${BDFDB.dotCNS._oldtitlebarenabled + BDFDB.dotCN.guildsscroller} {
|
||||||
|
|
|
@ -253,7 +253,7 @@ body:before {
|
||||||
/* ~~~~ 3. TITLEBAR ~~~~ */
|
/* ~~~~ 3. TITLEBAR ~~~~ */
|
||||||
|
|
||||||
.titleBar-AC4pGV {
|
.titleBar-AC4pGV {
|
||||||
z-index: 1;
|
z-index: 5001;
|
||||||
}
|
}
|
||||||
.titleBar-AC4pGV:after {
|
.titleBar-AC4pGV:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -269,7 +269,10 @@ body:before {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
.titleBar-AC4pGV.typeMacOS-3EmCyP:after {
|
.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,
|
||||||
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
|
.titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
|
||||||
|
@ -279,6 +282,13 @@ body:before {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
.platform-osx .wrapper-1Rf91z {
|
||||||
|
margin-top: 0;
|
||||||
|
padding-top: 32px;
|
||||||
|
}
|
||||||
|
.platform-osx .standardSidebarView-3F1I7i:before {
|
||||||
|
left: 72px;
|
||||||
|
}
|
||||||
.winButton-iRh8-Z {
|
.winButton-iRh8-Z {
|
||||||
color: rgb(var(--fontwhite3));
|
color: rgb(var(--fontwhite3));
|
||||||
}
|
}
|
||||||
|
@ -2723,6 +2733,9 @@ body:before {
|
||||||
-webkit-mask: url(https://discordapp.com/assets/da8463a04b4a289801d2516f50eb4c19.svg);
|
-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 */
|
#app-mount .card-3IImnr { /* integrationsettings webhook card */
|
||||||
border-color: rgba(var(--vtransparencycolor), 0.1)
|
border-color: rgba(var(--vtransparencycolor), 0.1)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue