Added support to manually resize the collections sidebar

This commit is contained in:
Gani Georgiev
2023-10-09 16:11:49 +03:00
parent 1f4bdfb867
commit 1a47c70ccf
38 changed files with 229 additions and 93 deletions
+3 -2
View File
@@ -98,12 +98,13 @@
.page-sidebar {
--sidebarListItemMargin: 10px;
position: relative;
z-index: 0;
display: flex;
flex-direction: column;
width: var(--pageSidebarWidth);
min-width: 220px;
max-width: 265px;
max-width: 400px;
flex-shrink: 0;
flex-grow: 0;
overflow-x: hidden;
@@ -221,7 +222,7 @@
--sidebarListItemMargin: 5px;
}
@media screen and (max-width: 1100px) {
min-width: 190px;
min-width: 195px;
& > * {
padding-left: 10px;
padding-right: 10px;
+1 -1
View File
@@ -58,7 +58,7 @@
--lgWrapperWidth: 1200px;
--appSidebarWidth: 75px;
--pageSidebarWidth: 12.5%;
--pageSidebarWidth: 235px;
--baseAnimationSpeed: 150ms;
--activeAnimationSpeed: 70ms;