mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 04:05:39 -04:00
Remove padding bottom on photos page mobile
This commit is contained in:
parent
f697922f32
commit
e2169a26c2
@ -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…
x
Reference in New Issue
Block a user