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

@ -4,6 +4,7 @@
.content .row {
> .col-xs-12 {
z-index: 1;
background-color: var(--color-background);
@ -24,6 +25,7 @@
@media @screen_min-md {
> .col-xs-12 {
border-left: dashed 0.25em var(--color-shade-4);
border-radius: 0;
}
}
}