mirror of
https://github.com/NoCrypt/migu.git
synced 2026-08-16 12:24:16 +00:00
fix #162
This commit is contained in:
parent
36d267be26
commit
a5e0b33c46
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Miru",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
|
|
|
|||
|
|
@ -1074,6 +1074,9 @@
|
|||
z-index: 3;
|
||||
display: none;
|
||||
}
|
||||
:fullscreen {
|
||||
background: #000 !important;
|
||||
}
|
||||
|
||||
/* @media (pointer: none), (pointer: coarse) {
|
||||
.middle .ctrl {
|
||||
|
|
|
|||
Loading…
Reference in a new issue