Fix firefox sidebar issue with openwebui

This commit is contained in:
Gabriel Brown 2025-01-14 09:08:48 -06:00
parent 19b79846e4
commit 6e38799dad
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit fd9a7dd4f2afccaeb61623286b1230c0df0c7033
Subproject commit b9ac086adf5c14d07f8b60a7009acd878f6cf7ca

View File

@ -1,9 +1,9 @@
/* Make Sidebery look good */
#sidebar{
--uc-sidebar-width: 120px;
min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width) !important;
min-width: var(--uc-sidebar-width);
width: var(--uc-sidebar-width);
max-width: var(--uc-sidebar-width);
}
#sidebar-header{
display: none;