mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 14:05:35 +02:00
wip
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user