Fix live button with multiple words
This commit is contained in:
parent
788fa301f2
commit
624da0b0a4
|
@ -171,6 +171,7 @@
|
|||
line-height: normal;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
width: auto;
|
||||
|
||||
&.synced-with-live-edge {
|
||||
background: #d7281c;
|
||||
|
@ -182,6 +183,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.vjs-live-display {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.vjs-peertube {
|
||||
@include margin-right(6px);
|
||||
@include margin-left(auto);
|
||||
|
|
Loading…
Reference in New Issue