From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- .../recommendations/recommended-videos.component.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss') diff --git a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss index 5e0373afc..89d44c067 100644 --- a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss +++ b/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss @@ -10,8 +10,9 @@ .title-page.active, .title-page.title-page-single { + @include margin-right(.5rem !important); + margin-bottom: unset; - margin-right: .5rem !important; } } @@ -20,14 +21,16 @@ } .title-page-autoplay { + @include margin-left(auto); + display: flex; width: max-content; height: max-content; align-items: center; - margin-left: auto; span { - margin-right: 0.3rem; + @include margin-right(0.3rem); + text-transform: uppercase; font-size: 85%; font-weight: 600; -- cgit v1.2.3