You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
490 B

4 years ago
:root {
--default-chat-width: 300px;
--default-highlight-color: #FFEA9E;
}
.theatre .theatre-left {
width: calc(100% - var(--chat-width, var(--default-chat-width)) - 9px) !important;
}
.theatre .theatre-right {
width: var(--chat-width, var(--default-chat-width)) !important;
max-width: var(--chat-width, var(--default-chat-width)) !important;
}
.message-content.highlighted {
background-color: var(--highlight-color, var(--default-highlight-color)) !important;
}