From 264903358d2501e1106d020c2804a477fbf77d24 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 Apr 2022 10:05:21 +0200 Subject: [PATCH] Display live info in my videos --- client/src/app/+my-library/my-videos/my-videos.component.ts | 2 +- client/src/sass/bootstrap.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/+my-library/my-videos/my-videos.component.ts b/client/src/app/+my-library/my-videos/my-videos.component.ts index 8da2bc890..64e56a250 100644 --- a/client/src/app/+my-library/my-videos/my-videos.component.ts +++ b/client/src/app/+my-library/my-videos/my-videos.component.ts @@ -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, diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index d6af7f485..b0a18e6f2 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -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); } } -- 2.41.0