Skip to content

Commit

Permalink
fix: feed column vertical align
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 5, 2024
1 parent 63ad6d8 commit 63139f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/renderer/src/modules/feed-column/category.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,11 @@ function FeedCategoryImpl({
tabIndex={-1}
>
{isChangePending ? (
<LoadingCircle size="small" className="mr-2" />
<LoadingCircle size="small" className="mr-2 size-[16px]" />
) : (
<i className="i-mgc-right-cute-fi mr-2 transition-transform" />
<div className="mr-2 size-[16px]">
<i className="i-mgc-right-cute-fi transition-transform" />
</div>
)}
</CollapsibleTrigger>
<span
Expand Down

0 comments on commit 63139f2

Please sign in to comment.