fix: change intro video to cover for full-screen immersion

This commit is contained in:
2026-06-12 15:56:27 +08:00
parent 4d75326189
commit 741b067567

View File

@@ -505,7 +505,7 @@ html, body {
.intro-video {
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
}
.intro-skip-btn {