1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

s,oother menu appearance

This commit is contained in:
Fedor Katurov 2019-10-23 18:00:05 +07:00
parent 4facd1f148
commit 6836e00de1
2 changed files with 3 additions and 1 deletions

View file

@ -251,6 +251,8 @@
justify-content: center;
display: flex;
flex-direction: column;
transition: opacity 0.5s;
will-change: opacity;
& > * {
margin-top: $gap;