6 lines
189 B
CSS
6 lines
189 B
CSS
.oft-chatSidebarBackground {
|
|
.chat-sidebar:not(.sidebar-popout) {
|
|
background: var(--sidebar-background, var(--color-cool-5-90));
|
|
pointer-events: all; /* prevent click-throughs */
|
|
}
|
|
}
|