mirror of
https://github.com/immich-app/immich.git
synced 2026-04-06 17:22:04 -04:00
fix: adjust action button layout for better alignment
This commit is contained in:
parent
e49239e7e9
commit
6b4cc4e65e
@ -86,7 +86,11 @@ class ViewerBottomBar extends ConsumerWidget {
|
||||
children: [
|
||||
if (asset.isVideo) const VideoControls(),
|
||||
if (!isReadonlyModeEnabled)
|
||||
Row(mainAxisAlignment: MainAxisAlignment.spaceEvenly, children: actions),
|
||||
Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: actions.map((action) => Expanded(child: action)).toList(),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user