A social knowledge tool for researchers built on ATProto

feat: decrease composer FAB margin on small screens

+1 -1
+1 -1
src/webapp/features/composer/components/composerDrawer/ComposerDrawer.tsx
··· 15 15 return ( 16 16 <Fragment key={shouldShowFab.toString()}> 17 17 {shouldShowFab && ( 18 - <Affix m={{ base: 'xl', sm: 'xs' }} style={{ zIndex: 102 }}> 18 + <Affix m={{ base: 'lg', sm: 'xs' }} style={{ zIndex: 102 }}> 19 19 <ActionIcon 20 20 size="input-xl" 21 21 radius="xl"