1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 16:56:46 +01:00

Remove padding bottom on photos page mobile

This commit is contained in:
Alex 2022-08-15 23:11:54 -05:00
parent f697922f32
commit e2169a26c2
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082

View file

@ -117,7 +117,7 @@ class HomePage extends HookConsumerWidget {
],
),
Padding(
padding: const EdgeInsets.only(top: 60.0, bottom: 30.0),
padding: const EdgeInsets.only(top: 60.0, bottom: 0.0),
child: DraggableScrollbar.semicircle(
backgroundColor: Theme.of(context).hintColor,
controller: scrollController,