diff options
author | Chocobozzz <me@florianbigard.com> | 2022-04-20 10:05:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-04-20 10:05:21 +0200 |
commit | 264903358d2501e1106d020c2804a477fbf77d24 (patch) | |
tree | 74ef48ff71dc2a80034dcfb79d99ee7a9c7f1101 /client | |
parent | 4f9a20a00a37c51788ab1cf4b343247918090f9b (diff) | |
download | PeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.gz PeerTube-264903358d2501e1106d020c2804a477fbf77d24.tar.zst PeerTube-264903358d2501e1106d020c2804a477fbf77d24.zip |
Display live info in my videos
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+my-library/my-videos/my-videos.component.ts | 2 | ||||
-rw-r--r-- | 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 { | |||
51 | report: false, | 51 | report: false, |
52 | duplicate: false, | 52 | duplicate: false, |
53 | mute: false, | 53 | mute: false, |
54 | liveInfo: false, | 54 | liveInfo: true, |
55 | removeFiles: false, | 55 | removeFiles: false, |
56 | transcoding: false, | 56 | transcoding: false, |
57 | studio: true, | 57 | 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/'; | |||
190 | margin-bottom: 0; | 190 | margin-bottom: 0; |
191 | text-align: end; | 191 | text-align: end; |
192 | 192 | ||
193 | > .peertube-button:not(:first-child) { | 193 | > *:not(:first-child) { |
194 | @include margin-left(10px); | 194 | @include margin-left(10px); |
195 | } | 195 | } |
196 | } | 196 | } |