summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorunwox <me@unwox.com>2024-10-10 15:03:06 +0600
committerunwox <me@unwox.com>2024-10-10 15:03:06 +0600
commit240aeb84855a153764830186d5f4e7f22873561c (patch)
tree0cda41c18d327edb9691249ac8d6e5a44fa9c91e /static
parent9d1b193640c039f7300b44dd30def266cbc31a85 (diff)
implement filtering by tags
Diffstat (limited to 'static')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 9f68da1..2574c6e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -83,7 +83,8 @@ body {
width: 10rem;
}
-.form input {
+.form input[type="search"],
+.form select {
margin-bottom: 0.5rem;
width: 100%;
}