Update search bar sizing
This commit is contained in:
parent
3736754c1e
commit
dfdb7bc1c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue