hide mouse cursor in fullscreen after 5 seconds aswell

This commit is contained in:
2026-05-23 12:30:33 +02:00
parent 0e04e9f49f
commit 29f73c9271

View File

@@ -538,4 +538,10 @@
.v0ck_speed_indicator:not(.v0ck_hidden) {
opacity: 1;
transform: translate(-50%, 0);
}
/* Hide mouse cursor on inactivity in fullscreen */
.v0ck.v0ck_fullscreen:not(.v0ck_hover),
.v0ck.v0ck_fullscreen:not(.v0ck_hover) * {
cursor: none !important;
}