Updated the sidebar animation soeed to 0.2s

This commit is contained in:
Mathias Wagner 2023-11-17 06:42:03 +01:00
parent 6a1182e6e4
commit d6c7c9dfd9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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