From 28e0e40d2b301f109a4dd20a5be1f0b58e8201ad Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Apr 2019 09:43:23 +0200 Subject: Fix privacy warning position on mobile --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos') 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 de932c99d..d8113b666 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -432,13 +432,14 @@ my-video-comments { @media screen and (max-width: $small-view) { .privacy-concerns { - margin-left: $menu-width; + margin-left: $menu-width - 15px; // Menu is absolute } } :host-context(.expanded) { .privacy-concerns { width: 100%; + margin-left: -15px; } } @@ -449,6 +450,7 @@ my-video-comments { padding: 5px 15px; display: flex; + flex-wrap: nowrap; align-items: center; justify-content: flex-start; background-color: rgba(0, 0, 0, 0.9); -- cgit v1.2.3