added title attrbite to the collection sidebar items and increased the default width

This commit is contained in:
Gani Georgiev
2023-05-17 23:33:43 +03:00
parent df5a291d20
commit 1e2d1045b8
34 changed files with 43 additions and 40 deletions
+3 -1
View File
@@ -102,6 +102,8 @@
display: flex;
flex-direction: column;
width: var(--pageSidebarWidth);
min-width: 210px;
max-width: 260px;
flex-shrink: 0;
flex-grow: 0;
overflow-x: hidden;
@@ -219,7 +221,7 @@
--sidebarListItemMargin: 5px;
}
@media screen and (max-width: 1100px) {
--pageSidebarWidth: 190px;
min-width: 190px;
& > * {
padding-left: 10px;
padding-right: 10px;
+1 -1
View File
@@ -58,7 +58,7 @@
--lgWrapperWidth: 1200px;
--appSidebarWidth: 75px;
--pageSidebarWidth: 220px;
--pageSidebarWidth: 13%;
--baseAnimationSpeed: 150ms;
--activeAnimationSpeed: 70ms;