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

refactored node header

This commit is contained in:
Fedor Katurov 2021-10-14 16:43:54 +07:00
parent 6e0c9af647
commit 507bb452bb
4 changed files with 23 additions and 23 deletions

View file

@ -55,7 +55,9 @@ const NodeLayout: FC<IProps> = memo(
<Card className={styles.node} seamless>
{block}
<NodePanel node={current} isLoading={is_loading} />
<div className={styles.panel}>
<NodePanel node={current} isLoading={is_loading} />
</div>
<NodeBottomBlock
canEdit={canEdit}