Skip to content

Commit

Permalink
fix: fix the fixed misalignment when image is empty and name is also …
Browse files Browse the repository at this point in the history
…empty (#179)
  • Loading branch information
zhangmo8 authored Aug 1, 2024
1 parent 0c05a8b commit f6b62c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/feed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function FeedIcon({
} as any
}
className={cn(
"mr-2 inline-flex shrink-0 items-center justify-center rounded-sm text-xs font-medium",
"mr-2 flex shrink-0 items-center justify-center rounded-sm text-xs font-medium",
"bg-[var(--fo-light-background)] text-white dark:bg-[var(--fo-dark-background)] dark:text-black",
className,
)}
Expand Down

0 comments on commit f6b62c8

Please sign in to comment.