From 2303a803aa19c2857efac9f2af2223ccae5757e2 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 3 Sep 2018 15:01:52 +0200 Subject: fix likes bar, grid adjustment and menu width --- .../app/videos/+video-watch/video-watch.component.html | 6 +++--- .../app/videos/+video-watch/video-watch.component.scss | 16 +++++----------- 2 files changed, 8 insertions(+), 14 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 0f2f3cf11..937f25eb6 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -26,9 +26,9 @@ -
+
-
+
@@ -199,7 +199,7 @@
-
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 912016f8c..633b16c05 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -163,9 +163,9 @@ } .video-actions-rates { - display: flex; - flex-direction: column; - align-items: flex-end; + margin-top: 20px; + margin-bottom: 10px; + align-items: start; .video-actions { height: 40px; // Align with the title @@ -442,12 +442,6 @@ .video-info-first-row { flex-direction: column; margin-bottom: 20px; - - .video-actions-rates { - margin-top: 20px; - margin-bottom: 10px; - align-items: start; - } } .video-info-date-views { @@ -471,7 +465,7 @@ flex-direction: column; } - .other-videos { + /deep/ .other-videos { padding-left: 0 !important; } @@ -501,7 +495,7 @@ } } - .other-videos { + /deep/ .other-videos { /deep/ .video-miniature { flex-direction: column; } -- cgit v1.2.3