Bluesky app fork with some witchin' additions 💫

Fix squashed content on mod screens (#7004)

* Fix squashed content on mod screens

* Fix lint

authored by

Eric Bailey and committed by
GitHub
296aab47 5297973f

+5 -2
+1
src/view/screens/Feeds.tsx
··· 487 487 return null 488 488 }, 489 489 [ 490 + _, 490 491 pal.border, 491 492 pal.textLight, 492 493 query,
+2 -1
src/view/screens/ModerationBlockedAccounts.tsx
··· 23 23 import {ErrorScreen} from '#/view/com/util/error/ErrorScreen' 24 24 import {Text} from '#/view/com/util/text/Text' 25 25 import {ViewHeader} from '#/view/com/util/ViewHeader' 26 + import {atoms as a} from '#/alf' 26 27 import * as Layout from '#/components/Layout' 27 28 28 29 type Props = NativeStackScreenProps< ··· 96 97 ) 97 98 return ( 98 99 <Layout.Screen testID="blockedAccountsScreen"> 99 - <Layout.Center> 100 + <Layout.Center style={[a.flex_1, {paddingBottom: 100}]}> 100 101 <ViewHeader title={_(msg`Blocked Accounts`)} showOnDesktop /> 101 102 <Text 102 103 type="sm"
+2 -1
src/view/screens/ModerationMutedAccounts.tsx
··· 23 23 import {ErrorScreen} from '#/view/com/util/error/ErrorScreen' 24 24 import {Text} from '#/view/com/util/text/Text' 25 25 import {ViewHeader} from '#/view/com/util/ViewHeader' 26 + import {atoms as a} from '#/alf' 26 27 import * as Layout from '#/components/Layout' 27 28 28 29 type Props = NativeStackScreenProps< ··· 97 98 return ( 98 99 <Layout.Screen testID="mutedAccountsScreen"> 99 100 <ViewHeader title={_(msg`Muted Accounts`)} showOnDesktop /> 100 - <Layout.Center> 101 + <Layout.Center style={[a.flex_1, {paddingBottom: 100}]}> 101 102 <Text 102 103 type="sm" 103 104 style={[