Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix jumpy moderation icon on desktop (#3125)

authored by

dan and committed by
GitHub
2e0f8064 eb298d2e

+1 -1
+1 -1
src/view/shell/desktop/LeftNav.tsx
··· 391 391 <FontAwesomeIcon 392 392 icon="hand" 393 393 style={pal.text as FontAwesomeIconStyle} 394 - size={isDesktop ? 20 : 26} 394 + size={isDesktop ? 23 : 26} 395 395 /> 396 396 } 397 397 label={_(msg`Moderation`)}