From f88ed671ebbc8aaf663fbdb695d0d1abc1105d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 28 Jun 2023 20:22:56 +0200 Subject: [PATCH] a11y: fix search button offset #581 --- static/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme.css b/static/css/theme.css index 62e7d51ace..f15905e675 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -190,7 +190,7 @@ dd { } .searchbox > i { - top: .5rem; + top: .45rem; } .searchbox > :last-child {