diff --git a/svelte/src/file_viewer/viewers/Video.svelte b/svelte/src/file_viewer/viewers/Video.svelte index 5205cef..45b8d9b 100644 --- a/svelte/src/file_viewer/viewers/Video.svelte +++ b/svelte/src/file_viewer/viewers/Video.svelte @@ -100,21 +100,19 @@ const fullscreen = () => { {/if}
-
- - -
+ +
@@ -192,8 +190,10 @@ h1 { width: 100%; } .player_and_controls { + flex: 1 1 0; display: flex; flex-direction: column; + overflow: auto; height: 100%; width: 100%; } @@ -208,6 +208,7 @@ h1 { flex: 0 0 auto; display: flex; flex-direction: row; + overflow: auto; background-color: var(--shaded_background); padding: 0 2px 2px 2px; align-items: center; @@ -218,13 +219,6 @@ h1 { .controls > .spacer { flex: 1 1 auto; } -.video { - position: relative; - display: block; - margin: auto; - max-width: 100%; - max-height: 100%; -} @media(max-height: 500px) { .player_and_controls { flex-direction: row;