feat(effect-lab): 모바일 반응형 — SwordStream 터치 대응

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 14:55:50 +09:00
parent 28a80b5bd7
commit c7cad9da61

View File

@@ -80,3 +80,14 @@
max-width: 400px; max-width: 400px;
line-height: 1.5; line-height: 1.5;
} }
@media (max-width: 768px) {
.sword-stream {
touch-action: none;
}
.sword-stream__overlay {
padding: 12px;
font-size: 12px;
}
}