Fix waveform height letting the visible waveform get far away from the video

pull/235/head
ElementalAlchemist 3 years ago committed by Mike Lang
parent ac5a015724
commit a39b69410f

@ -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 {

Loading…
Cancel
Save