From 366fbba286dcc26f6616e53296348ea3e0774881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:35:01 +0800 Subject: [PATCH] fix --- LunaTranslator/LunaTranslator/rendertext/webview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LunaTranslator/LunaTranslator/rendertext/webview.html b/LunaTranslator/LunaTranslator/rendertext/webview.html index dd1f7966..4cf40dec 100644 --- a/LunaTranslator/LunaTranslator/rendertext/webview.html +++ b/LunaTranslator/LunaTranslator/rendertext/webview.html @@ -119,8 +119,8 @@ -webkit-text-stroke: ${args.fontSize * styleargs.width_rate + styleargs.width}px ${c1}; position: relative; z-index: -1; - left: ${(i + i) / 10}px; - top: ${(i + i) / 10}px; + left: ${(i + 1) / 10}px; + top: ${(i + 1) / 10}px; user-select: none; }` }