Tweak text 'n style

This commit is contained in:
3wc 2023-03-28 01:53:54 -04:00
parent 347b74ce97
commit 38d35e28dc
2 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,8 @@ i.fas, i.fab {
left: 0; left: 0;
} }
#filter > div { #filter > form > div {
margin-bottom: 1rem; margin: 0.5rem 0;
} }
#filter h3 { #filter h3 {

View File

@ -349,6 +349,7 @@ viewApps model =
] ]
, div [] [ , div [] [
h3 [] [text "Status"] h3 [] [text "Status"]
, label [ for "level" ] [ text "At least:" ]
, select [ class "search-dropdown", id "level", onInput FilterScore ] [ , select [ class "search-dropdown", id "level", onInput FilterScore ] [
option [ ] [ text "any" ] option [ ] [ text "any" ]
, option [ value "5" ] [ text "5 (production)" ] , option [ value "5" ] [ text "5 (production)" ]