diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:44:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-10 11:44:47 +0200 |
commit | 97a2a704e2636d70ceda9c7e0ee1becd09a6c517 (patch) | |
tree | 7be3a39272129e40290c3e524338a7b38612db72 | |
parent | 9fb75b169d8255bc3a8bbd8b872f476dc79e3fec (diff) | |
download | PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.gz PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.tar.zst PeerTube-97a2a704e2636d70ceda9c7e0ee1becd09a6c517.zip |
Fix peers info width in live
-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' |