mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
increase bottom bar opacity to account for hdr
This commit is contained in:
parent
7e74b8d1bb
commit
2ab1bbabac
@ -336,12 +336,12 @@ class BottomGalleryBar extends ConsumerWidget {
|
|||||||
gradient: LinearGradient(
|
gradient: LinearGradient(
|
||||||
begin: Alignment.bottomCenter,
|
begin: Alignment.bottomCenter,
|
||||||
end: Alignment.topCenter,
|
end: Alignment.topCenter,
|
||||||
colors: [blackOpacity90, Colors.transparent],
|
colors: [Colors.black, Colors.transparent],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
position: DecorationPosition.background,
|
position: DecorationPosition.background,
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: EdgeInsets.only(top: 40.0),
|
padding: const EdgeInsets.only(top: 40.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
if (asset.isVideo) const VideoControls(),
|
if (asset.isVideo) const VideoControls(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user