From 25a706836fa0f3035e77b9aef28f71556a163037 Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 21 Mar 2025 18:49:21 +0100 Subject: [PATCH] fixed a bug where Chrome would show navbar items vertically misaligned --- theme/static/css/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/static/css/custom.css b/theme/static/css/custom.css index 9c825d0..aa60d1e 100644 --- a/theme/static/css/custom.css +++ b/theme/static/css/custom.css @@ -208,6 +208,7 @@ h1, h2, h3, h4, h5, h6 { >summary:not([role]) { background-color: inherit; border: none; + padding-top: var(--pico-form-element-spacing-vertical); } }