mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 04:04:08 +02:00
wip
This commit is contained in:
@@ -626,6 +626,7 @@ definePage(() => ({
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
touch-action: none;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@@ -639,6 +640,7 @@ definePage(() => ({
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.joyStick::before {
|
.joyStick::before {
|
||||||
|
|||||||
@@ -101,6 +101,7 @@ definePage(() => ({
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
touch-action: none;
|
||||||
background: #000;
|
background: #000;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
@@ -114,6 +115,7 @@ definePage(() => ({
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
touch-action: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.joyStick::before {
|
.joyStick::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user