From 97a2a704e2636d70ceda9c7e0ee1becd09a6c517 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Oct 2022 11:44:47 +0200 Subject: Fix peers info width in live --- client/src/sass/player/control-bar.scss | 1 - server/tests/helpers/index.ts | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/client/src/sass/player/control-bar.scss b/client/src/sass/player/control-bar.scss index 34470f3b1..0082378e4 100644 --- a/client/src/sass/player/control-bar.scss +++ b/client/src/sass/player/control-bar.scss @@ -155,7 +155,6 @@ .vjs-live-control { line-height: $control-bar-height; min-width: 4em; - width: inherit; } .vjs-peertube { diff --git a/server/tests/helpers/index.ts b/server/tests/helpers/index.ts index 42d644c40..1f0e3098a 100644 --- a/server/tests/helpers/index.ts +++ b/server/tests/helpers/index.ts @@ -1,7 +1,7 @@ -import './crypto' +import './comment-model' import './core-utils' +import './crypto' import './dns' -import './dns' -import './comment-model' +import './image' import './markdown' import './request' -- cgit v1.2.3