mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 03:50:50 +09:00
Remove padding bottom on photos page mobile
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user