mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed node appearance
This commit is contained in:
parent
32a23ecffd
commit
fc8ac3d541
8 changed files with 63 additions and 22 deletions
|
@ -38,16 +38,6 @@ const ImageExample: FC<IProps> = () => (
|
|||
|
||||
<div className={styles.panel}>
|
||||
<Group style={{ flex: 1 }}>
|
||||
<Padder className={styles.buttons}>
|
||||
<Group>
|
||||
<MenuButton title="На главной" description="плывет по течению" icon="star" />
|
||||
|
||||
<MenuButton title="Видно всем" icon="star" />
|
||||
|
||||
<MenuButton title="Редактировать" icon="star" />
|
||||
</Group>
|
||||
</Padder>
|
||||
|
||||
<Tags
|
||||
tags={[
|
||||
{ title: 'Избранный', feature: 'red' },
|
||||
|
@ -70,3 +60,15 @@ const ImageExample: FC<IProps> = () => (
|
|||
);
|
||||
|
||||
export { ImageExample };
|
||||
|
||||
/*
|
||||
<Padder className={styles.buttons}>
|
||||
<Group>
|
||||
<MenuButton title="На главной" description="плывет по течению" icon="star" />
|
||||
|
||||
<MenuButton title="Видно всем" icon="star" />
|
||||
|
||||
<MenuButton title="Редактировать" icon="star" />
|
||||
</Group>
|
||||
</Padder>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue