Skip to content
73 changes: 62 additions & 11 deletions src/theme/chat/_container.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,64 @@
#app-mount {
.chat_f75fb0 {
background: transparent;
border: none;
ol.scrollerInner__36d07 {
padding-bottom: var(--chat-bottom-spacing);
}
}
.chatContent_f75fb0 {
background: var(--bg-secondary);
border-left: 1px solid var(--bg-border);
}
.chat_f75fb0 {
background: transparent;
border: none;

ol.scrollerInner__36d07 {
padding-bottom: var(--chat-bottom-spacing);
}
}

.chatContent_f75fb0 {
background: var(--bg-secondary);
border-left: 1px solid var(--bg-border);
}

.container__133bf {
background-color: var(--bg-primary);
}

.tabBody__133bf {
background-color: transparent;
}

.nowPlayingColumn__133bf {
background-color: transparent;
}

.theme-dark .themed__9293f {
background-color: transparent;
}

.refresh-active-now .wrapper__00943 {
background: transparent;
}

.wrapper_cb9592.minimum_cb9592 {
background: transparent;
}

.root_bfe55a {
background: transparent;
}

.channelChatWrapper_cb9592,
.wrapper_cb9592 {
background: transparent;
}

.root_bfe55a {
background: var(--bg-primary);
}

.callContainer_cb9592 {
background: transparent;
}

.emptyCard__7e549 {
background: transparent;
}

.scroller__23746 {
background: transparent;
}
}