From 911186dae411d78788ccede093c251303187589a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Jun 2021 17:18:30 +0200 Subject: Reorganize watch components --- .../recommended-videos.component.scss | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss (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 deleted file mode 100644 index 84ed25ae8..000000000 --- a/client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss +++ /dev/null @@ -1,68 +0,0 @@ -@use '_variables' as *; -@use '_mixins' as *; - -.title-page-container { - display: flex; - justify-content: space-between; - align-items: baseline; - margin-bottom: 25px; - flex-wrap: wrap-reverse; - - .title-page.active, - .title-page.title-page-single { - @include margin-right(.5rem !important); - - margin-bottom: unset; - } -} - -.title-page { - margin-top: 0; -} - -.title-page-autoplay { - @include margin-left(auto); - - display: flex; - width: max-content; - height: max-content; - align-items: center; - - span { - @include margin-right(0.3rem); - - text-transform: uppercase; - font-size: 85%; - font-weight: 600; - } -} - -hr { - margin-top: 0; -} - -my-video-miniature { - display: block; -} - -.other-videos:not(.display-as-row) my-video-miniature { - min-width: $video-thumbnail-medium-width; - max-width: $video-thumbnail-medium-width; -} - -.display-as-row { - my-video-miniature { - margin-bottom: 20px; - } - - hr { - display: none; - } - - @media screen and (max-width: $mobile-view) { - my-video-miniature { - margin-bottom: 10px; - } - } -} - -- cgit v1.2.3