Updated the sidebar animation soeed to 0.2s

This commit is contained in:
2023-11-17 06:42:03 +01:00
parent 6a1182e6e4
commit d6c7c9dfd9

View File

@@ -60,7 +60,7 @@ aside .header:hover
height: 100%
overflow-y: scroll
transform: translateX(-100%)
transition: transform 0.3s ease-in-out
transition: transform 0.2s ease-in-out
&.active
transform: translateX(0)