Update search bar sizing

This commit is contained in:
Correl Roush 2021-07-16 12:08:11 -04:00
parent 3736754c1e
commit dfdb7bc1c2

View file

@ -399,12 +399,12 @@ view model =
, body =
[ E.layout [ Background.color colors.background ] <|
E.column [ E.width E.fill, E.spacing 20 ]
[ E.row [ E.spacing 10 ]
[ E.row [ E.spacing 10, E.width E.fill ]
[ Input.text
[ onEnter Search
, Background.color colors.background
, Font.color colors.text
, E.width (E.px 600)
, E.width E.fill
]
{ onChange = UpdateCriteria << UpdateName
, text = model.criteria.query