From 240aeb84855a153764830186d5f4e7f22873561c Mon Sep 17 00:00:00 2001 From: unwox Date: Thu, 10 Oct 2024 15:03:06 +0600 Subject: implement filtering by tags --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/style.css') 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%; } -- cgit v1.2.3