From 0c4390f223aed82b4aa2ee1a69b88b4cea4aa09b Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Thu, 14 Oct 2021 22:58:28 -0500 Subject: [PATCH] Fix waveform height letting the visible waveform get far away from the video --- thrimbletrimmer/beta/styles/thrimbletrimmer.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/thrimbletrimmer/beta/styles/thrimbletrimmer.css b/thrimbletrimmer/beta/styles/thrimbletrimmer.css index eb24270..042f528 100644 --- a/thrimbletrimmer/beta/styles/thrimbletrimmer.css +++ b/thrimbletrimmer/beta/styles/thrimbletrimmer.css @@ -85,6 +85,12 @@ a, #waveform { width: 100%; + + /* With an unbound height, the waveform can appear a bit away from the video. + * The intended effect still works if we scrunch the height a bit, so here's + * a height bound for the waveform image. + */ + max-height: 100px; } #editor-help {