Compare commits

..

No commits in common. "b0bbfe4cec9e03d3007c0301eed938a155912ac7" and "19b79846e495a91e6e347a66dd99cb088a55a202" have entirely different histories.

3 changed files with 4 additions and 5 deletions

1
.gitignore vendored
View File

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

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

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); min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width); width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width); max-width: var(--uc-sidebar-width) !important;
} }
#sidebar-header{ #sidebar-header{
display: none; display: none;