diff options
-rw-r--r-- | client/src/sass/player/control-bar.scss | 1 | ||||
-rw-r--r-- | 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 @@ | |||
155 | .vjs-live-control { | 155 | .vjs-live-control { |
156 | line-height: $control-bar-height; | 156 | line-height: $control-bar-height; |
157 | min-width: 4em; | 157 | min-width: 4em; |
158 | width: inherit; | ||
159 | } | 158 | } |
160 | 159 | ||
161 | .vjs-peertube { | 160 | .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 @@ | |||
1 | import './crypto' | 1 | import './comment-model' |
2 | import './core-utils' | 2 | import './core-utils' |
3 | import './crypto' | ||
3 | import './dns' | 4 | import './dns' |
4 | import './dns' | 5 | import './image' |
5 | import './comment-model' | ||
6 | import './markdown' | 6 | import './markdown' |
7 | import './request' | 7 | import './request' |