This commit is contained in:
Mirco Wittrien 2022-09-07 11:49:24 +02:00
parent c32313dfbf
commit d0340b04db
2 changed files with 18 additions and 2 deletions

View File

@ -771,10 +771,17 @@ body::after {
/* ~~~~ 6. CHAT ~~~~ */
.chat-2ZfjoI.threadSidebarOpen-1LSXvU {
.chat-2ZfjoI.threadSidebarOpen-1LSXvU { /* chat threadsidebar open */
border-radius: 0;
}
.container-3YcgdM { /* forum first message container */
border-color: var(--background-floating);
}
.divider-AZrXIA { /* forum fat divider */
background: var(--background-floating);
}
/* ---- 6.1. CHANNELHEADER ---- */
.container-ZMc96U.themed-Hp1KC_ { /* header themedcontainer */

View File

@ -396,7 +396,12 @@
color: rgb(var(--accentcolor));
}
.reaction-2A2y9y.reactionMe-3I9gFK { /* reaction wrapper me */
background-color: rgba(var(--accentcolor), 0.3);
background-color: rgba(var(--accentcolor), .3);
}
.reaction-102jx9:hover, /* reaction add react */
.addReactButton-3bSQb6:hover, /* reaction add new react */
.buttonInner-3aRbcx:hover {
border-color: rgba(var(--accentcolor), .5);
}
/* attachment upload bar */
.progressBar-1T6LYX[style*="background-color: hsl(227, "],
@ -2338,6 +2343,10 @@ input.input-2g-os5 { /* textinput */
.botTagInvert-1nKcq_ { /* bottag inverted */
color: rgb(var(--accentcolor));
}
.botTagOP-3pUTXu { /* bottag op */
background: white linear-gradient(rgba(var(--accentcolor), .5), rgba(var(--accentcolor), .5));
color: rgb(var(--accentcolor));
}
.verified-1Jv_7P { /* verifiedbadge */
color: rgb(var(--accentcolor));