Tweak text 'n style
This commit is contained in:
parent
347b74ce97
commit
38d35e28dc
@ -36,8 +36,8 @@ i.fas, i.fab {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#filter > div {
|
||||
margin-bottom: 1rem;
|
||||
#filter > form > div {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
#filter h3 {
|
||||
|
@ -349,6 +349,7 @@ viewApps model =
|
||||
]
|
||||
, div [] [
|
||||
h3 [] [text "Status"]
|
||||
, label [ for "level" ] [ text "At least:" ]
|
||||
, select [ class "search-dropdown", id "level", onInput FilterScore ] [
|
||||
option [ ] [ text "any" ]
|
||||
, option [ value "5" ] [ text "5 (production)" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user