mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(mobile): beta search page improvements (#20247)
search page improvements
This commit is contained in:
parent
f9292c9c96
commit
da80b69062
2 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue