Compare commits

...

2 Commits

Author SHA1 Message Date
b0bbfe4cec idek 2025-01-14 09:10:23 -06:00
6e38799dad Fix firefox sidebar issue with openwebui 2025-01-14 09:09:11 -06:00
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/packages/*/* /packages/*/*
/packages/* /packages/*
/packages/**

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

View File

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