From f8052026255bbbab6aaf062e3fc65f4d91bc1d92 Mon Sep 17 00:00:00 2001 From: seo Date: Sun, 12 Jul 2026 14:56:56 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=B4=EB=A5=98=EC=A4=91=20=EB=B0=B0?= =?UTF-8?q?=EC=A7=80=20=EA=B8=B0=EC=A1=B4=20=EC=B2=B4=EB=A5=98=20=EB=8F=84?= =?UTF-8?q?=ED=98=95=20=EC=9E=AC=EC=82=AC=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/js/main.js b/js/main.js index 2d4e439..dd32ea0 100644 --- a/js/main.js +++ b/js/main.js @@ -2244,26 +2244,8 @@ function createCurrentStayIcon(text) { 'pointer-events:none', 'transform:translate(-50%,-82px)' ].join(';'); - const badgeStyle = [ - 'display:inline-flex', - 'align-items:center', - 'justify-content:center', - 'min-width:120px', - 'height:30px', - 'padding:0 10px', - 'border:2px solid #fff', - 'border-radius:999px', - 'background:rgba(28,28,30,.9)', - 'color:#fff', - 'box-shadow:0 4px 14px rgba(0,0,0,.28)', - 'box-sizing:border-box', - 'font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif', - 'font-size:12px', - 'font-weight:800', - 'white-space:nowrap' - ].join(';'); return { - content: `
${text}
`, + content: `
${text}
`, anchor: new naver.maps.Point(0, 0) }; }