style: remove side menu position transition (#5637)

This commit is contained in:
Aaryan Khandelwal 2024-09-19 17:47:34 +05:30 committed by GitHub
parent e9464f9e68
commit 77152b3119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,10 +4,7 @@
display: flex;
align-items: center;
opacity: 1;
transition:
opacity 0.2s ease 0.2s,
top 0.2s ease,
left 0.2s ease;
transition: opacity 0.2s ease 0.2s;
transform: translateX(-50%);
&.side-menu-hidden {