Fix jumpy moderation icon on desktop (#3125)

zio/stable
dan 2024-03-06 16:12:37 +00:00 committed by GitHub
parent eb298d2e60
commit 2e0f806441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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`)}