Remove 1px thin line on mobile view

This commit is contained in:
traumweh 2025-04-05 18:22:16 +02:00
parent 475c42a588
commit ae4e62e50e
Signed by: lilith
SSH key fingerprint: SHA256:WMHGS60rozMrHkA/VT+Ole85sPCLZ190yemdzY68WJo

View file

@ -20,7 +20,7 @@
margin: 0;
@media @screen_max-xs{
width: 1px;
width: 0;
position: relative;
overflow: hidden;
height: 1.6rem;