mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed panel appearance
This commit is contained in:
parent
c3e92e1b47
commit
7f372bb025
2 changed files with 12 additions and 11 deletions
|
@ -62,7 +62,7 @@ const NodePanelInner: FC<IProps> = memo(
|
|||
{can_edit && (
|
||||
<div className={styles.editor_menu}>
|
||||
<div className={styles.editor_menu_button}>
|
||||
<Icon icon="dots-vertical" size={24} onClick={onStar} />
|
||||
<Icon icon="dots-vertical" size={24} />
|
||||
</div>
|
||||
|
||||
<div className={styles.editor_buttons}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue