From 52f832a5ab1938bb4458eb70abbc8fccb0976dd1 Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 28 Jan 2024 16:27:14 +0300 Subject: [PATCH] live map v2.3 css --- src/components/ActionDialogs/PlayerMap.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ActionDialogs/PlayerMap.vue b/src/components/ActionDialogs/PlayerMap.vue index beff4a0..c9b0953 100644 --- a/src/components/ActionDialogs/PlayerMap.vue +++ b/src/components/ActionDialogs/PlayerMap.vue @@ -148,7 +148,8 @@ export default { .pm_icon { width: 24px !important; height: 24px !important; - margin: 0 !important; + margin-left: -12px !important; + margin-top: -12px !important; border-radius: 1px; border: 0px solid black; }