More beautiful

This commit is contained in:
Thomas Forgione 2021-06-09 15:19:18 +02:00
parent 6c71821c13
commit 1ac7a45ddd
1 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ video model =
[ Element.width Element.fill [ Element.width Element.fill
, Element.padding 10 , Element.padding 10
, Element.alignBottom , Element.alignBottom
, Font.color (Element.rgb 1 1 1) , Font.color (Element.rgba 1 1 1 0.85)
, Background.gradient { angle = 0, steps = [ Element.rgba 0 0 0 0.75, Element.rgba 0 0 0 0 ] } , Background.gradient { angle = 0, steps = [ Element.rgba 0 0 0 0.75, Element.rgba 0 0 0 0 ] }
] ]
[ Element.row [ Element.row
@ -146,7 +146,7 @@ video model =
, Border.rounded 5 , Border.rounded 5
, Element.behindContent , Element.behindContent
(Element.el (Element.el
[ Background.color (Element.rgba 0.4 0.4 0.4 0.75) [ Background.color (Element.rgba 1 1 1 0.25)
, Element.width Element.fill , Element.width Element.fill
, Element.height (Element.px 5) , Element.height (Element.px 5)
, Element.centerY , Element.centerY