Further fix collapsed search styling

This commit is contained in:
traumweh 2025-04-05 18:15:45 +02:00
commit 5618609833
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo
3 changed files with 10 additions and 14 deletions

View file

@ -117,7 +117,7 @@
width: 100%;
opacity: 1;
font-weight: normal;
margin: -1px 0 @very-small-spacing;
margin: 0 0 @very-small-spacing;
padding: 0.4rem 0.1rem;
text-decoration: none;
@ -316,7 +316,7 @@
#dokuwiki__aside {
div.nav {
a {
margin-left: 1px;
margin-left: 0;
}
}
}