This commit is contained in:
Mirco Wittrien 2020-08-11 17:19:24 +02:00
parent bad24e9dac
commit 345c09aa8d
2 changed files with 16 additions and 0 deletions

View File

@ -4797,6 +4797,14 @@ body:before {
border-radius: 0 0 5px 5px;
}
.tutorial-3w5I9h { /* popout tutorial (inbox) */
background-color: rgba(var(--vtransparencycolor), 0.4);
}
.tutorialIcon-3f1miQ { /* popout tutorial (inbox) */
background-color: rgba(var(--vtransparencycolor), 0.4);
color: rgb(var(--fontwhite2));
}
.emptyStateIcon-3VCpT2 { /* popout no messages (inbox) */
background-color: rgba(var(--vtransparencycolor), 0.4);
color: rgb(var(--fontwhite2));

View File

@ -199,4 +199,12 @@ body.foldercontentopened .titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
html .typingindicator-guild,
html .typingindicator-dms,
html .typingindicator-folder {
right: 3px !important;
top: calc(var(--vguildsize) * 1px - 5px) !important;
bottom: unset !important;
}