You've already forked immich
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:
committed by
GitHub
parent
935f471ccb
commit
464cf903f4
@ -150,6 +150,7 @@ class ControlBottomAppBar extends ConsumerWidget {
|
||||
SizedBox(
|
||||
height: 70,
|
||||
child: ListView(
|
||||
shrinkWrap: true,
|
||||
scrollDirection: Axis.horizontal,
|
||||
children: renderActionButtons(),
|
||||
),
|
||||
|
Reference in New Issue
Block a user