Fix firefox sidebar issue with openwebui
This commit is contained in:
parent
19b79846e4
commit
6e38799dad
@ -1 +1 @@
|
||||
Subproject commit fd9a7dd4f2afccaeb61623286b1230c0df0c7033
|
||||
Subproject commit b9ac086adf5c14d07f8b60a7009acd878f6cf7ca
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user