Skip to content

Commit

Permalink
Fix jumpy moderation icon on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 6, 2024
1 parent eb298d2 commit 5eb1e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/desktop/LeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export function DesktopLeftNav() {
<FontAwesomeIcon
icon="hand"
style={pal.text as FontAwesomeIconStyle}
size={isDesktop ? 20 : 26}
size={isDesktop ? 23 : 26}
/>
}
label={_(msg`Moderation`)}
Expand Down

0 comments on commit 5eb1e3c

Please sign in to comment.