Tweak text 'n style

This commit is contained in:
3wc 2023-03-28 01:53:54 -04:00
parent f7ffc49b76
commit 377c8a7d04
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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)" ]