mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Adjust title style
This commit is contained in:
@@ -143,22 +143,13 @@ export const LibraryHeader = forwardRef(
|
|||||||
</Group>
|
</Group>
|
||||||
<TextTitle
|
<TextTitle
|
||||||
fw="900"
|
fw="900"
|
||||||
lh="1"
|
lh="1.15"
|
||||||
mb="0.12em"
|
lineClamp={2}
|
||||||
mt=".08em"
|
mt=".08em"
|
||||||
sx={{ fontSize: titleSize }}
|
sx={{ fontSize: titleSize, overflow: 'hidden' }}
|
||||||
>
|
>
|
||||||
{title}
|
{title}
|
||||||
</TextTitle>
|
</TextTitle>
|
||||||
<Group
|
|
||||||
spacing="xs"
|
|
||||||
sx={{
|
|
||||||
WebkitBoxOrient: 'vertical',
|
|
||||||
WebkitLineClamp: 2,
|
|
||||||
display: '-webkit-box',
|
|
||||||
overflow: 'hidden',
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
{children}
|
{children}
|
||||||
</MetadataWrapper>
|
</MetadataWrapper>
|
||||||
</HeaderContainer>
|
</HeaderContainer>
|
||||||
|
|||||||
Reference in New Issue
Block a user