This commit is contained in:
syuilo 2026-04-29 11:41:14 +09:00
commit 5de191f01a
2 changed files with 4 additions and 0 deletions

View file

@ -626,6 +626,7 @@ definePage(() => ({
width: 100%;
height: 100%;
display: block;
touch-action: none;
background: #000;
&:focus {
@ -639,6 +640,7 @@ definePage(() => ({
height: 100px;
box-sizing: border-box;
padding: 8px;
touch-action: none;
}
.joyStick::before {

View file

@ -101,6 +101,7 @@ definePage(() => ({
width: 100%;
height: 100%;
display: block;
touch-action: none;
background: #000;
&:focus {
@ -114,6 +115,7 @@ definePage(() => ({
height: 100px;
box-sizing: border-box;
padding: 8px;
touch-action: none;
}
.joyStick::before {