From 7f6c204322aa13dd8a9760b311955fc4b9a92637 Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 13 Oct 2025 23:10:38 +0600 Subject: add simple filtering --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index ea8243f..17b1d26 100644 --- a/static/style.css +++ b/static/style.css @@ -560,6 +560,10 @@ p { gap: 0.25rem !important; } +.gap-0-5 { + gap: 0.5rem !important; +} + .gap-1 { gap: 1rem !important; } -- cgit v1.2.3