mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
added tag input field
This commit is contained in:
parent
f8b3adc4e2
commit
df1c11a308
6 changed files with 78 additions and 25 deletions
|
@ -63,7 +63,7 @@ const NodeLayoutUnconnected: FC<IProps> = ({
|
|||
</Group>
|
||||
|
||||
<div className={styles.panel}>
|
||||
<Group style={{ flex: 1 }}>
|
||||
<Group style={{ flex: 1, minWidth: 0 }}>
|
||||
<NodeTags />
|
||||
|
||||
<NodeRelated title="First album" />
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
align-items: flex-start;
|
||||
justify-content: flex-start;
|
||||
padding-left: $gap / 2;
|
||||
min-width: 0;
|
||||
|
||||
@include tablet {
|
||||
padding-left: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue