aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-11 10:21:45 +0200
committerChocobozzz <me@florianbigard.com>2019-04-11 10:21:45 +0200
commit2b3f1919fda81c2781ceeb9071d426c184e1b21c (patch)
treeab072068598ca96b5766535d4aae43b14e380cd7 /client/src/app/videos/+video-watch/video-watch.component.scss
parent2c22613c2fe6f7f9c8c7de66e42be54b27cc7edd (diff)
downloadPeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.tar.gz
PeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.tar.zst
PeerTube-2b3f1919fda81c2781ceeb9071d426c184e1b21c.zip
Fix videos list margin with hidden menu
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