fix(mobile): beta search page improvements (#20247)

search page improvements
This commit is contained in:
Brandon Wees 2025-07-25 12:24:19 -05:00 committed by GitHub
parent f9292c9c96
commit da80b69062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -652,7 +652,7 @@ class DriftSearchPage extends HookConsumerWidget {
body: CustomScrollView(
slivers: [
SliverPadding(
padding: const EdgeInsets.only(top: 12.0),
padding: const EdgeInsets.only(top: 12.0, bottom: 4.0),
sliver: SliverToBoxAdapter(
child: SizedBox(
height: 50,

View File

@ -49,6 +49,7 @@ class Timeline extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
resizeToAvoidBottomInset: false,
body: LayoutBuilder(
builder: (_, constraints) => ProviderScope(
overrides: [