style: remove side menu position transition (#5637)
This commit is contained in:
parent
e9464f9e68
commit
77152b3119
1 changed files with 1 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue