Fix jumpy moderation icon on desktop (#3125)

This commit is contained in:
dan
2024-03-06 16:12:37 +00:00
committed by GitHub
parent eb298d2e60
commit 2e0f806441
+1 -1
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`)}