mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
editor layout again
This commit is contained in:
parent
bc19fedf6a
commit
d7e638153b
1 changed files with 6 additions and 6 deletions
|
@ -38,6 +38,12 @@ const EditorExample: FC<IProps> = () => (
|
||||||
<div className={styles.panel}>
|
<div className={styles.panel}>
|
||||||
<Panel className={styles.panel_main}>
|
<Panel className={styles.panel_main}>
|
||||||
<Group>
|
<Group>
|
||||||
|
<Card className={styles.feature_card}>Layout setup</Card>
|
||||||
|
|
||||||
|
<Card className={styles.feature_card}>Cover changer</Card>
|
||||||
|
|
||||||
|
<Card className={styles.feature_card}>Track</Card>
|
||||||
|
|
||||||
<Tags
|
<Tags
|
||||||
tags={[
|
tags={[
|
||||||
{ title: 'Избранный', feature: 'red' },
|
{ title: 'Избранный', feature: 'red' },
|
||||||
|
@ -48,12 +54,6 @@ const EditorExample: FC<IProps> = () => (
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Card className={styles.feature_card}>Layout setup</Card>
|
|
||||||
|
|
||||||
<Card className={styles.feature_card}>Cover changer</Card>
|
|
||||||
|
|
||||||
<Card className={styles.feature_card}>Track</Card>
|
|
||||||
|
|
||||||
<Filler />
|
<Filler />
|
||||||
|
|
||||||
</Group>
|
</Group>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue