Fix jumpy moderation icon on desktop (#3125)
parent
eb298d2e60
commit
2e0f806441
|
@ -391,7 +391,7 @@ export function DesktopLeftNav() {
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="hand"
|
icon="hand"
|
||||||
style={pal.text as FontAwesomeIconStyle}
|
style={pal.text as FontAwesomeIconStyle}
|
||||||
size={isDesktop ? 20 : 26}
|
size={isDesktop ? 23 : 26}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
label={_(msg`Moderation`)}
|
label={_(msg`Moderation`)}
|
||||||
|
|
Loading…
Reference in New Issue