Fix peers info width in live
This commit is contained in:
parent
9fb75b169d
commit
97a2a704e2
2 changed files with 4 additions and 5 deletions
|
@ -155,7 +155,6 @@
|
|||
.vjs-live-control {
|
||||
line-height: $control-bar-height;
|
||||
min-width: 4em;
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.vjs-peertube {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import './crypto'
|
||||
import './core-utils'
|
||||
import './dns'
|
||||
import './dns'
|
||||
import './comment-model'
|
||||
import './core-utils'
|
||||
import './crypto'
|
||||
import './dns'
|
||||
import './image'
|
||||
import './markdown'
|
||||
import './request'
|
||||
|
|
Loading…
Reference in a new issue