From 811424ef7d3b343b49bd99c0740663539a61fc32 Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Sat, 16 Oct 2021 16:22:58 -0500 Subject: [PATCH] Don't let the video control bar cover the video content --- thrimbletrimmer/styles/thrimbletrimmer.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/thrimbletrimmer/styles/thrimbletrimmer.css b/thrimbletrimmer/styles/thrimbletrimmer.css index 042f528..496ee04 100644 --- a/thrimbletrimmer/styles/thrimbletrimmer.css +++ b/thrimbletrimmer/styles/thrimbletrimmer.css @@ -70,6 +70,13 @@ a, } /* END BLOCK */ +/* Separately from that, it'd also be nice for the video controls not to cover the video, + * so the size of the video is reduced by the progress bar height here. + */ +#video .vjs-tech { + height: calc(50vh - 33px); +} + #clip-bar { width: 100%; height: 5px;