disabled mouse selection when changing the sidebar width

This commit is contained in:
Gani Georgiev
2024-07-09 18:31:34 +03:00
parent 1e8e70c53c
commit 8560e90c08
36 changed files with 54 additions and 44 deletions
+1
View File
@@ -96,6 +96,7 @@
background: none;
cursor: ew-resize;
box-sizing: content-box;
user-select: none;
transition: box-shadow var(--activeAnimationSpeed);
box-shadow: inset 1px 0 0 0 var(--baseAlt2Color);
&:hover,
+1 -1
View File
@@ -58,7 +58,7 @@
--lgWrapperWidth: 1200px;
--appSidebarWidth: 75px;
--pageSidebarWidth: 230px;
--pageSidebarWidth: 240px;
--baseAnimationSpeed: 150ms;
--activeAnimationSpeed: 70ms;