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:
parent
4facd1f148
commit
6836e00de1
2 changed files with 3 additions and 1 deletions
|
@ -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 { INode } from '~/redux/types';
|
||||||
import { getURL } from '~/utils/dom';
|
import { getURL } from '~/utils/dom';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
|
|
|
@ -251,6 +251,8 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
transition: opacity 0.5s;
|
||||||
|
will-change: opacity;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
margin-top: $gap;
|
margin-top: $gap;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue