mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
increase metadata size of library header
This commit is contained in:
parent
9f4861a78a
commit
f746114041
3 changed files with 13 additions and 20 deletions
|
|
@ -72,15 +72,17 @@ export const LibraryHeader = forwardRef(
|
|||
</div>
|
||||
<div className={styles.metadataSection}>
|
||||
<Group>
|
||||
<Text
|
||||
$link
|
||||
component={Link}
|
||||
to={item.route}
|
||||
tt="uppercase"
|
||||
weight={600}
|
||||
>
|
||||
{itemTypeString()}
|
||||
</Text>
|
||||
<h2>
|
||||
<Text
|
||||
$link
|
||||
component={Link}
|
||||
to={item.route}
|
||||
tt="uppercase"
|
||||
weight={600}
|
||||
>
|
||||
{itemTypeString()}
|
||||
</Text>
|
||||
</h2>
|
||||
</Group>
|
||||
<h1 className={styles.title}>
|
||||
<AutoTextSize mode="box">{title}</AutoTextSize>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue