Fix firefox sidebar issue with openwebui

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

Submodule packages/espanso updated: fd9a7dd4f2...b9ac086adf

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;