aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss
index 84b9aed39..de932c99d 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.scss
+++ b/client/src/app/videos/+video-watch/video-watch.component.scss
@@ -156,6 +156,7 @@ $player-factor: 1.7; // 16/9
156 156
157.alert { 157.alert {
158 text-align: center; 158 text-align: center;
159 border-radius: 0;
159} 160}
160 161
161#video-not-found { 162#video-not-found {
@@ -427,7 +428,6 @@ my-video-comments {
427// If the view is not expanded, take into account the menu 428// If the view is not expanded, take into account the menu
428.privacy-concerns { 429.privacy-concerns {
429 width: calc(100% - #{$menu-width}); 430 width: calc(100% - #{$menu-width});
430 margin-left: -15px;
431} 431}
432 432
433@media screen and (max-width: $small-view) { 433@media screen and (max-width: $small-view) {
@@ -439,7 +439,6 @@ my-video-comments {
439:host-context(.expanded) { 439:host-context(.expanded) {
440 .privacy-concerns { 440 .privacy-concerns {
441 width: 100%; 441 width: 100%;
442 margin-left: 0;
443 } 442 }
444} 443}
445 444