diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 10:10:21 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 10:10:21 -0600 |
commit | fa115c1cba0a4d0ab453961ee02fd9702c2517be (patch) | |
tree | 46375646e611d207a6b64bab303912e853360123 /src/view/com/notifications/Feed.tsx | |
parent | 3e197286188f2d5220afc23d010542af25457883 (diff) | |
download | voidsky-fa115c1cba0a4d0ab453961ee02fd9702c2517be.tar.zst |
Fix region sizing on web
Diffstat (limited to 'src/view/com/notifications/Feed.tsx')
-rw-r--r-- | src/view/com/notifications/Feed.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/Feed.tsx b/src/view/com/notifications/Feed.tsx index 5c1ee935b..da48059b8 100644 --- a/src/view/com/notifications/Feed.tsx +++ b/src/view/com/notifications/Feed.tsx @@ -81,7 +81,7 @@ export const Feed = observer(function Feed({ ) return ( - <View style={s.h100pct}> + <View style={s.hContentRegion}> <CenteredView> {view.isLoading && !data && <NotificationFeedLoadingPlaceholder />} {view.hasError && ( |