align star vertically with feed favicon

This commit is contained in:
Athou
2024-04-14 19:46:27 +02:00
parent bc6fc01c3f
commit fc2eac7f2c

View File

@@ -36,7 +36,7 @@ export function FeedEntryHeader(props: FeedEntryHeaderProps) {
<Flex align="flex-start" justify="space-between"> <Flex align="flex-start" justify="space-between">
<Flex align="flex-start" className={classes.main}> <Flex align="flex-start" className={classes.main}>
{props.showStarIcon && ( {props.showStarIcon && (
<Box ml={-6}> <Box ml={-5}>
<Star entry={props.entry} /> <Star entry={props.entry} />
</Box> </Box>
)} )}