]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Display live info in my videos
authorChocobozzz <me@florianbigard.com>
Wed, 20 Apr 2022 08:05:21 +0000 (10:05 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 20 Apr 2022 08:05:21 +0000 (10:05 +0200)
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/sass/bootstrap.scss

index 8da2bc890fa20e8d9d1f06627ce21d36d7d013d9..64e56a250cea02b6e0fd6eecb24009856946ea77 100644 (file)
@@ -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,
index d6af7f4856e401a7dc63397d303ec3e7ca2e0889..b0a18e6f2ca59415e619aa9a2dd165170fef1394 100644 (file)
@@ -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);
     }
   }