aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.ts2
-rw-r--r--client/src/sass/bootstrap.scss2
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 }