From 4f52d6da696570c134687f9570c3ad657cb24a1b Mon Sep 17 00:00:00 2001 From: mister-ben <1676039+mister-ben@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:07:13 +0200 Subject: [PATCH] feat: add class to normalise time contol display --- src/css/components/_time.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/components/_time.scss b/src/css/components/_time.scss index 79643fb2aa..cec3411c63 100644 --- a/src/css/components/_time.scss +++ b/src/css/components/_time.scss @@ -19,3 +19,7 @@ display: none; line-height: 3em; } + +.vjs-normalise-time-controls:not(.vjs-live) .vjs-time-control { + display: flex; +}