From e95957c54f1a83e91177ca5647e7c6edafd2aba6 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 3 Nov 2019 05:55:30 -0800 Subject: [PATCH] thrimbletrimmer: Widen trim time textboxes to fit timestamps This might be because I'm not using webfonts or some malarkey. --- thrimbletrimmer/styles/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thrimbletrimmer/styles/style.css b/thrimbletrimmer/styles/style.css index 520748c..68bd105 100644 --- a/thrimbletrimmer/styles/style.css +++ b/thrimbletrimmer/styles/style.css @@ -24,6 +24,9 @@ body.ultrawide .my-player-dimensions { width:100% !important; } .vjs-menu-button-popup .vjs-menu { bottom:-3px; } +.video-js .vjs-time-display { + width: 100px; +} .video-js .vjs-picture-in-picture-control { display: none; }