From 7cacf9fc47733480c4d3cfd05b0313833376ed7e Mon Sep 17 00:00:00 2001 From: Piotr Markiewicz Date: Fri, 26 Apr 2024 11:35:36 +0200 Subject: [PATCH] Fixed preview for pdf and missing video coded message --- frontend/src/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/css/styles.css b/frontend/src/css/styles.css index ac95cf43..8eed50fc 100644 --- a/frontend/src/css/styles.css +++ b/frontend/src/css/styles.css @@ -234,6 +234,10 @@ main .spinner .bounce2 { height: 100%; } +#previewer .vjs-error-display { + margin-top: 40%; +} + #previewer .preview .info { position: absolute; top: 50%; @@ -265,6 +269,7 @@ main .spinner .bounce2 { #previewer .pdf { width: 100%; height: 100%; + margin-top: 4em; } #previewer h2.message {