1
0
Fork 0

Display live info in my videos

This commit is contained in:
Chocobozzz 2022-04-20 10:05:21 +02:00
parent 4f9a20a00a
commit 264903358d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ export class MyVideosComponent implements OnInit, DisableForReuseHook {
report: false, report: false,
duplicate: false, duplicate: false,
mute: false, mute: false,
liveInfo: false, liveInfo: true,
removeFiles: false, removeFiles: false,
transcoding: false, transcoding: false,
studio: true, studio: true,

View File

@ -190,7 +190,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
margin-bottom: 0; margin-bottom: 0;
text-align: end; text-align: end;
> .peertube-button:not(:first-child) { > *:not(:first-child) {
@include margin-left(10px); @include margin-left(10px);
} }
} }