forked from Archives/Athou_commafeed
align star vertically with feed favicon
This commit is contained in:
@@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user