From 4ca6123336fd3c8940ec0057190ea8adc98dccd7 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Tue, 21 Oct 2025 09:40:41 +0700 Subject: fix: lilac tile display on mobile --- static/input.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') diff --git a/static/input.css b/static/input.css index e153b41..836d840 100644 --- a/static/input.css +++ b/static/input.css @@ -145,10 +145,10 @@ html { --leaflet-text-color: var(--main-hard-color); --leaflet-link-color: var(--main-medium-color); --leaflet-link-hover-color: var(--main-soft-color); - --interlocked-hexagons-background: url("data:image/svg+xml,"); + --interlocked-hexagons-background: url("data:image/svg+xml,"); --interlocked-hexagons-background-repeat: repeat; --interlocked-hexagons-background-size: auto; - --squares-and-triangles-background: url("data:image/svg+xml,"); + --squares-and-triangles-background: url("data:image/svg+xml,"); --squares-and-triangles-background-repeat: repeat; --squares-and-triangles-background-width-coef: 5; --squares-and-triangles-background-height-coef: 5; -- cgit v1.3.1+13