Fix region sizing on web
This commit is contained in:
parent
3e19728618
commit
fa115c1cba
14 changed files with 25 additions and 16 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue