mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
Remove padding bottom on photos page mobile
This commit is contained in:
parent
f697922f32
commit
e2169a26c2
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class HomePage extends HookConsumerWidget {
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: 60.0, bottom: 30.0),
|
padding: const EdgeInsets.only(top: 60.0, bottom: 0.0),
|
||||||
child: DraggableScrollbar.semicircle(
|
child: DraggableScrollbar.semicircle(
|
||||||
backgroundColor: Theme.of(context).hintColor,
|
backgroundColor: Theme.of(context).hintColor,
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue