mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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:
parent
935f471ccb
commit
464cf903f4
2 changed files with 4 additions and 2 deletions
|
|
@ -150,6 +150,7 @@ class ControlBottomAppBar extends ConsumerWidget {
|
|||
SizedBox(
|
||||
height: 70,
|
||||
child: ListView(
|
||||
shrinkWrap: true,
|
||||
scrollDirection: Axis.horizontal,
|
||||
children: renderActionButtons(),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue