Add the ability to add/remove a chat background (Closes #1)
This commit is contained in:
parent
529aa72bdf
commit
c626c981aa
7 changed files with 60 additions and 3 deletions
6
styles/chatSidebarBackground.css
Normal file
6
styles/chatSidebarBackground.css
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.oft-chatSidebarBackground {
|
||||
.chat-sidebar:not(.sidebar-popout) {
|
||||
background: var(--sidebar-background, var(--color-cool-5-90));
|
||||
pointer-events: all; /* prevent click-throughs */
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue