1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +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

@ -1,4 +1,4 @@
import React, { FC, useState, useCallback } from 'react';
import React, { FC, useState, useCallback, useEffect } from 'react';
import { INode } from '~/redux/types';
import { getURL } from '~/utils/dom';
import classNames from 'classnames';

View file

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