Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

fix newskie dialog width (#7949)

authored by

Samuel Newman and committed by
GitHub
c7ba0e4f 4b94a8a8

+2 -2
+2 -2
src/components/NewskieDialog.tsx
··· 11 11 import {isNative} from '#/platform/detection' 12 12 import {useModerationOpts} from '#/state/preferences/moderation-opts' 13 13 import {useSession} from '#/state/session' 14 - import {atoms as a, useTheme} from '#/alf' 14 + import {atoms as a, useTheme, web} from '#/alf' 15 15 import {Button, ButtonText} from '#/components/Button' 16 16 import * as Dialog from '#/components/Dialog' 17 17 import {useDialogControl} from '#/components/Dialog' ··· 81 81 <Dialog.Handle /> 82 82 <Dialog.ScrollableInner 83 83 label={_(msg`New user info dialog`)} 84 - style={[{width: 'auto', maxWidth: 400, minWidth: 200}]}> 84 + style={web({width: 'auto', maxWidth: 400, minWidth: 200})}> 85 85 <View style={[a.gap_md]}> 86 86 <View style={[a.align_center]}> 87 87 <View