Display live info in my videos
This commit is contained in:
parent
4f9a20a00a
commit
264903358d
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
|
|||
report: false,
|
||||
duplicate: false,
|
||||
mute: false,
|
||||
liveInfo: false,
|
||||
liveInfo: true,
|
||||
removeFiles: false,
|
||||
transcoding: false,
|
||||
studio: true,
|
||||
|
|
2
client/src/sass/bootstrap.scss
vendored
2
client/src/sass/bootstrap.scss
vendored
|
@ -190,7 +190,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
|
|||
margin-bottom: 0;
|
||||
text-align: end;
|
||||
|
||||
> .peertube-button:not(:first-child) {
|
||||
> *:not(:first-child) {
|
||||
@include margin-left(10px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue