mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
cleaning up layout for Author
This commit is contained in:
parent
df654591f0
commit
ed5084eaf1
1 changed files with 2 additions and 2 deletions
|
|
@ -88,9 +88,9 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
|
|||
</Box>
|
||||
</HStack>
|
||||
<HStack alignment="start" distribution="between">
|
||||
<StyledText style="caption" css={{ mt: '-5px', fontWeight: '600' }}>
|
||||
<StyledText style="caption" css={{fontWeight: '600', margin: '5px 8px 5px 0' }}>
|
||||
{props.item.author && (
|
||||
<SpanBox css={{ mr: '8px' }}>
|
||||
<SpanBox>
|
||||
{removeHTMLTags(props.item.author)}
|
||||
</SpanBox>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue