Fix jumpy moderation icon on desktop (#3125)
This commit is contained in:
parent
eb298d2e60
commit
2e0f806441
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue