1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 14:05:35 +02:00
This commit is contained in:
syuilo
2026-04-29 11:41:14 +09:00
parent 80c2b1fa65
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 {