From 98ae8a5f5feccde0f736d1d5afba71ff53656a09 Mon Sep 17 00:00:00 2001 From: jo-pol Date: Mon, 3 Feb 2025 13:19:31 +0100 Subject: [PATCH] cleanup of video css --- previewers/betatest/css/preview.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/previewers/betatest/css/preview.css b/previewers/betatest/css/preview.css index 7be0bf8..943e84f 100644 --- a/previewers/betatest/css/preview.css +++ b/previewers/betatest/css/preview.css @@ -122,6 +122,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue min-width: 600px; display: table; max-width: 100%; + max-height: 100%; } #logo { @@ -205,8 +206,3 @@ This has been done for the Rich Html Previewer, which also has the reverse issue word-break: break-all; overflow-y: auto; } - -.preview video{ - max-width: 100%; - max-height: 100%; -} \ No newline at end of file