fixed a bug where Chrome would show navbar items vertically misaligned

This commit is contained in:
eclipse 2025-03-21 18:49:21 +01:00
parent 9440f615d9
commit 25a706836f

View File

@ -208,6 +208,7 @@ h1, h2, h3, h4, h5, h6 {
>summary:not([role]) { >summary:not([role]) {
background-color: inherit; background-color: inherit;
border: none; border: none;
padding-top: var(--pico-form-element-spacing-vertical);
} }
} }