From 8ffc0ed13ffc25bf54e7a2cd46c8aaca0cbbea45 Mon Sep 17 00:00:00 2001 From: zeripath Date: Wed, 10 Jun 2020 22:01:03 +0100 Subject: [PATCH] Re-center the cog on the center of the lock (#11844) Signed-off-by: Andrew Thornton Co-authored-by: Lauris BH --- web_src/less/_base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/less/_base.less b/web_src/less/_base.less index e8bb407a0b..b88b4a8a55 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -1045,7 +1045,7 @@ i.icons .icon:first-child { } i.icon.centerlock { - top: 1.45em; + top: 1em; } // temporary workaround for fomantic 2.8.5 bug