on mobile go directly to full screen video

This commit is contained in:
Simon
2026-02-09 12:31:07 +00:00
parent df8aaa5f9f
commit 1651e5a375
2 changed files with 128 additions and 3 deletions

View File

@@ -768,6 +768,15 @@ video {
object-fit: contain;
}
#mobile-video-host {
position: fixed;
left: -9999px;
top: 0;
width: 1px;
height: 1px;
overflow: hidden;
}
.error-toast {
position: fixed;
right: 20px;