parent
f9292c9c96
commit
da80b69062
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@ class Timeline extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
resizeToAvoidBottomInset: false,
|
||||
body: LayoutBuilder(
|
||||
builder: (_, constraints) => ProviderScope(
|
||||
overrides: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue