aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/recommendations/recommended-videos.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/recommendations/recommended-videos.component.scss')
-rw-r--r--client/src/app/videos/recommendations/recommended-videos.component.scss7
1 files changed, 6 insertions, 1 deletions
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 @@
1.title-page-container { 1.title-page-container {
2 display: flex;
2 justify-content: space-between; 3 justify-content: space-between;
3 align-items: center; 4 align-items: baseline;
4 margin-bottom: 25px; 5 margin-bottom: 25px;
6 flex-wrap: wrap-reverse;
5 7
6 .title-page.active, .title-page.title-page-single { 8 .title-page.active, .title-page.title-page-single {
7 margin-bottom: unset; 9 margin-bottom: unset;
10 margin-right: .5rem !important;
8 } 11 }
9} 12}
10 13
11.title-page-autoplay { 14.title-page-autoplay {
15 display: flex;
12 width: max-content; 16 width: max-content;
13 height: max-content; 17 height: max-content;
14 align-items: center; 18 align-items: center;
19 margin-left: auto;
15 20
16 span { 21 span {
17 margin-right: 0.3rem; 22 margin-right: 0.3rem;