about summary refs log tree commit diff
path: root/src/view/screens/Notifications.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-02-24 10:10:21 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-02-24 10:10:21 -0600
commitfa115c1cba0a4d0ab453961ee02fd9702c2517be (patch)
tree46375646e611d207a6b64bab303912e853360123 /src/view/screens/Notifications.tsx
parent3e197286188f2d5220afc23d010542af25457883 (diff)
downloadvoidsky-fa115c1cba0a4d0ab453961ee02fd9702c2517be.tar.zst
Fix region sizing on web
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r--src/view/screens/Notifications.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx
index 548b0d564..b046ee1b7 100644
--- a/src/view/screens/Notifications.tsx
+++ b/src/view/screens/Notifications.tsx
@@ -76,7 +76,7 @@ export const Notifications = ({navIdx, visible}: ScreenParams) => {
   }, [visible, store, navIdx, screen, scrollToTop])
 
   return (
-    <View style={s.h100pct}>
+    <View style={s.hContentRegion}>
       <ViewHeader title="Notifications" canGoBack={false} />
       <Feed
         view={store.me.notifications}