From cdea3e59de66cec014b362fe7c368d0becf5766a Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Tue, 26 Sep 2023 10:02:31 +0200 Subject: [PATCH] Remove the top position for .has-submenu The baseline of the arrow down character, changed in 79ade5c029, there is no need to move it up anymore. --- web/static/public.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/static/public.css b/web/static/public.css index 2fd3222..c0eaad1 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -260,7 +260,6 @@ nav .has-submenu { nav .has-submenu > a::after, nav .has-submenu > button::after { content: "↓"; position: absolute; - top: -.5rem; right: -0.05rem; }