From e48110c078b25895ffef2e46b97e29584e571ef8 Mon Sep 17 00:00:00 2001 From: niubility000 <76441520+niubility000@users.noreply.github.com> Date: Tue, 28 Dec 2021 10:39:13 +0800 Subject: [PATCH] Add files via upload --- frontend/src/css/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index 5bcfe703..d3f0f7c5 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -205,6 +205,13 @@ main .spinner .bounce2 { height: 100%; } +@media (max-width: 738px) { + #previewer .preview video { + height: calc(100% - 4em); + top: 0; + } +} + #previewer .preview .info { position: absolute; top: 50%;