diff --git a/lib/pages/home/feed/feed_section.dart b/lib/pages/home/feed/feed_section.dart index 40ac2482..c945251c 100644 --- a/lib/pages/home/feed/feed_section.dart +++ b/lib/pages/home/feed/feed_section.dart @@ -54,6 +54,11 @@ class HomeFeedSectionPage extends HookConsumerWidget { ); }, ), + const SliverToBoxAdapter( + child: SafeArea( + child: SizedBox(), + ), + ), ], ), ), diff --git a/lib/pages/home/home.dart b/lib/pages/home/home.dart index e37898a8..d5639274 100644 --- a/lib/pages/home/home.dart +++ b/lib/pages/home/home.dart @@ -29,6 +29,7 @@ class HomePage extends HookConsumerWidget { return SafeArea( bottom: false, child: Scaffold( + appBar: kIsMobile || kIsMacOS ? null : const PageWindowTitleBar(), body: CustomScrollView( controller: controller, slivers: [