From 110909459993b05ce4336a0fc99159ccf00b957f Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Mon, 2 Jun 2025 10:54:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Enhance=20zoom=20controls=20styl?= =?UTF-8?q?ing=20in=20the=20map=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/styles.css b/src/styles.css index 45cc9d1..3dfda66 100644 --- a/src/styles.css +++ b/src/styles.css @@ -39,6 +39,15 @@ margin: 1rem 1.5rem !important; } +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { + text-indent: 0px !important; +} + +.leaflet-control-zoom-in span, +.leaflet-control-zoom-out span { + display: ruby-text; +} /* .custom-center-tooltip { position: fixed !important;