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