From 00fae37f2dbb51f625cdc09ffb153392febbc1d7 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 4 Sep 2024 19:09:35 +0400 Subject: [PATCH] Fixed vertical alignment of the tag filter indicator --- static/skin/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skin/index.css b/static/skin/index.css index bfe6dc1f3..b8af17508 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -121,7 +121,7 @@ .tagFilterLabel { width: max-content; - padding: 10px; + padding: 7px; font-family: roboto; font-size: 12px; margin: 0 0 0 17px;