Fixes the sidebar width in systems that might tweak the sidebar width (closes #27)

This commit is contained in:
Oliver 2025-12-21 21:39:15 -07:00
parent 1ce2e01f5c
commit 1a0cf21742

View file

@ -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); }