Fixes the sidebar width in systems that might tweak the sidebar width (closes #27)
This commit is contained in:
parent
1ce2e01f5c
commit
1a0cf21742
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@
|
||||||
@import url("./apps.css");
|
@import url("./apps.css");
|
||||||
|
|
||||||
/* Make the chat sidebar the same width as all the other tabs */
|
/* Make the chat sidebar the same width as all the other tabs */
|
||||||
.chat-sidebar:not(.sidebar-popout) { width: unset; }
|
.chat-sidebar:not(.sidebar-popout) { width: var(--sidebar-width); }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue