gfsd
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
touch-action: none; /* Prevent pull-to-refresh and scroll while interacting */
|
||||
touch-action: pan-y;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
@@ -556,8 +556,8 @@
|
||||
transform: translate(-50%, 0);
|
||||
}
|
||||
|
||||
/* Hide mouse cursor on inactivity in fullscreen */
|
||||
.v0ck.v0ck_fullscreen:not(.v0ck_hover),
|
||||
.v0ck.v0ck_fullscreen:not(.v0ck_hover) * {
|
||||
/* Hide mouse cursor on inactivity when player controls auto-hide */
|
||||
.v0ck:not(.v0ck_hover),
|
||||
.v0ck:not(.v0ck_hover) * {
|
||||
cursor: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user