Skip to content

Commit

Permalink
align star vertically with feed favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Apr 14, 2024
1 parent bc6fc01 commit fc2eac7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ export function FeedEntryHeader(props: FeedEntryHeaderProps) {
<Flex align="flex-start" justify="space-between">
<Flex align="flex-start" className={classes.main}>
{props.showStarIcon && (
<Box ml={-6}>
<Box ml={-5}>
<Star entry={props.entry} />
</Box>
)}
Expand Down

0 comments on commit fc2eac7

Please sign in to comment.