chore: fix no window button and feed section page bottom overflow

This commit is contained in:
Kingkor Roy Tirtho 2024-04-15 18:01:35 +06:00
parent 9e25c742d4
commit 6e07fec1a5
2 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,11 @@ class HomeFeedSectionPage extends HookConsumerWidget {
); );
}, },
), ),
const SliverToBoxAdapter(
child: SafeArea(
child: SizedBox(),
),
),
], ],
), ),
), ),

View File

@ -29,6 +29,7 @@ class HomePage extends HookConsumerWidget {
return SafeArea( return SafeArea(
bottom: false, bottom: false,
child: Scaffold( child: Scaffold(
appBar: kIsMobile || kIsMacOS ? null : const PageWindowTitleBar(),
body: CustomScrollView( body: CustomScrollView(
controller: controller, controller: controller,
slivers: [ slivers: [