1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-22 04:28:11 +02:00

fix(mobile): better icon spacing in bottom bar (#5010)

* fix(mobile): better icon spacing in bottom bar

* wider buttons
This commit is contained in:
Fynn Petersen-Frey
2023-11-13 17:19:51 +01:00
committed by GitHub
parent 935f471ccb
commit 464cf903f4
2 changed files with 4 additions and 2 deletions

View File

@ -150,6 +150,7 @@ class ControlBottomAppBar extends ConsumerWidget {
SizedBox(
height: 70,
child: ListView(
shrinkWrap: true,
scrollDirection: Axis.horizontal,
children: renderActionButtons(),
),