about summary refs log tree commit diff
path: root/src/screens/Deactivated.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-10-17 18:48:38 +0300
committerGitHub <noreply@github.com>2024-10-17 18:48:38 +0300
commit74b0929e4d79690394c1217f63e458da5bf7317b (patch)
tree0f285273e4ede1a5d3a408abe5f60db40af53c80 /src/screens/Deactivated.tsx
parent9a91746fbbd4d8e028195813bb0d47497a9cb4bf (diff)
downloadvoidsky-74b0929e4d79690394c1217f63e458da5bf7317b.tar.zst
Logged out improvments (#5771)
* fetch all accounts in one go

* delete unused component

* add safeareaview to logged out layout

* add safe area insets to LoggedOut view

* add safe area insets to the error boundary

* sanitize displaynames/handles

* use button for X

* increase spacing
Diffstat (limited to 'src/screens/Deactivated.tsx')
-rw-r--r--src/screens/Deactivated.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Deactivated.tsx b/src/screens/Deactivated.tsx
index 9b0b5b166..2d14b18db 100644
--- a/src/screens/Deactivated.tsx
+++ b/src/screens/Deactivated.tsx
@@ -104,7 +104,7 @@ export function Deactivated() {
   }, [_, agent, setPending, setError, queryClient])
 
   return (
-    <View style={[a.h_full_vh, a.flex_1, t.atoms.bg]}>
+    <View style={[a.util_screen_outer, a.flex_1, t.atoms.bg]}>
       <ScrollView
         style={[a.h_full, a.w_full]}
         contentContainerStyle={{borderWidth: 0}}>
@@ -112,7 +112,7 @@ export function Deactivated() {
           style={[
             a.px_2xl,
             {
-              paddingTop: isWeb ? 64 : insets.top,
+              paddingTop: isWeb ? 64 : insets.top + 16,
               paddingBottom: isWeb ? 64 : insets.bottom,
             },
           ]}>