From f52d2e6c1a122d16ecfbc53f9401d62bd012a6c7 Mon Sep 17 00:00:00 2001 From: David Pfeiffer Date: Sat, 5 Mar 2022 16:03:44 -0800 Subject: [PATCH] Small style improvements to marker labels --- .../src/main/resources/extracted/web/css/dynmap_style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DynmapCore/src/main/resources/extracted/web/css/dynmap_style.css b/DynmapCore/src/main/resources/extracted/web/css/dynmap_style.css index 3e8099f8..bcf69b8f 100644 --- a/DynmapCore/src/main/resources/extracted/web/css/dynmap_style.css +++ b/DynmapCore/src/main/resources/extracted/web/css/dynmap_style.css @@ -905,15 +905,15 @@ color: #fff; background: rgba(0,0,0,0.6); - padding: 2px; + padding: 2px 6px; -moz-border-radius: 3px; border-radius: 3px; } .dynmap .mapMarker .markerName16x16 { - top: -6px; - left: 10px; + top: -12px; + left: 12px; } .dynmap .mapMarker .markerName8x8 {