From 5def76ebba937594c77070dba14aff8f168ced24 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 21 Dec 2019 09:25:02 +0100 Subject: Add autoplay tooltip, use of flex-wrap in video-info and other-videos --- .../app/videos/recommendations/recommended-videos.component.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'client/src/app/videos/recommendations/recommended-videos.component.scss') diff --git a/client/src/app/videos/recommendations/recommended-videos.component.scss b/client/src/app/videos/recommendations/recommended-videos.component.scss index c337979d8..1ab0c47ff 100644 --- a/client/src/app/videos/recommendations/recommended-videos.component.scss +++ b/client/src/app/videos/recommendations/recommended-videos.component.scss @@ -1,17 +1,22 @@ .title-page-container { + display: flex; justify-content: space-between; - align-items: center; + align-items: baseline; margin-bottom: 25px; + flex-wrap: wrap-reverse; .title-page.active, .title-page.title-page-single { margin-bottom: unset; + margin-right: .5rem !important; } } .title-page-autoplay { + display: flex; width: max-content; height: max-content; align-items: center; + margin-left: auto; span { margin-right: 0.3rem; -- cgit v1.2.3