From c7cad9da61c85ad290d00d7ccbc162091e2d11ff Mon Sep 17 00:00:00 2001 From: gahusb Date: Thu, 23 Apr 2026 14:55:50 +0900 Subject: [PATCH] =?UTF-8?q?feat(effect-lab):=20=EB=AA=A8=EB=B0=94=EC=9D=BC?= =?UTF-8?q?=20=EB=B0=98=EC=9D=91=ED=98=95=20=E2=80=94=20SwordStream=20?= =?UTF-8?q?=ED=84=B0=EC=B9=98=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- src/pages/effect-lab/SwordStream.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/effect-lab/SwordStream.css b/src/pages/effect-lab/SwordStream.css index 2561383..d5f0926 100644 --- a/src/pages/effect-lab/SwordStream.css +++ b/src/pages/effect-lab/SwordStream.css @@ -80,3 +80,14 @@ max-width: 400px; line-height: 1.5; } + +@media (max-width: 768px) { + .sword-stream { + touch-action: none; + } + + .sword-stream__overlay { + padding: 12px; + font-size: 12px; + } +}