Adjust various styles

This commit is contained in:
jeffvli 2023-01-30 01:36:36 -08:00
parent 2700774469
commit 5ddd0872ef
22 changed files with 54 additions and 48 deletions

View file

@ -127,7 +127,7 @@ export const AlbumDetailContent = ({ tableRef }: AlbumDetailContentProps) => {
},
title: (
<TextTitle
order={3}
order={2}
weight={700}
>
More from this artist

View file

@ -48,7 +48,7 @@ export const AlbumDetailHeader = forwardRef(
title={detailQuery?.data?.name || ''}
>
<Stack spacing="sm">
<Group>
<Group spacing="sm">
{metadataItems.map((item, index) => (
<Fragment key={`item-${item.id}-${index}`}>
{index > 0 && <Text $noSelect></Text>}
@ -57,6 +57,7 @@ export const AlbumDetailHeader = forwardRef(
))}
</Group>
<Group
spacing="sm"
sx={{
WebkitBoxOrient: 'vertical',
WebkitLineClamp: 2,