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; +}