1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02: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,