mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
wip
This commit is contained in:
parent
80c2b1fa65
commit
5de191f01a
2 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue