Fix live button with multiple words

This commit is contained in:
Chocobozzz 2023-11-07 11:17:28 +01:00
parent 788fa301f2
commit 624da0b0a4
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -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);