]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/recommendations/recommended-videos.component.scss
Merge branch 'release/3.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / recommendations / recommended-videos.component.scss
CommitLineData
0f7407d9
C
1@import '_variables';
2@import '_mixins';
3
d816f3a0 4.title-page-container {
5def76eb 5 display: flex;
d816f3a0 6 justify-content: space-between;
5def76eb 7 align-items: baseline;
d816f3a0 8 margin-bottom: 25px;
5def76eb 9 flex-wrap: wrap-reverse;
d816f3a0
RK
10
11 .title-page.active, .title-page.title-page-single {
12 margin-bottom: unset;
5def76eb 13 margin-right: .5rem !important;
d816f3a0
RK
14 }
15}
16
0f7407d9
C
17.title-page {
18 margin-top: 0;
19}
20
d816f3a0 21.title-page-autoplay {
5def76eb 22 display: flex;
d816f3a0
RK
23 width: max-content;
24 height: max-content;
25 align-items: center;
5def76eb 26 margin-left: auto;
d816f3a0
RK
27
28 span {
29 margin-right: 0.3rem;
30 text-transform: uppercase;
31 font-size: 85%;
32 font-weight: 600;
33 }
34}
46788f21
RK
35
36hr {
37 margin-top: 0;
38}
0f7407d9
C
39
40my-video-miniature {
41 display: block;
42}
43
44.other-videos:not(.display-as-row) my-video-miniature {
45 min-width: $video-thumbnail-medium-width;
46 max-width: $video-thumbnail-medium-width;
47}
48
49.display-as-row {
50 my-video-miniature {
51 margin-bottom: 20px;
52 }
53
54 hr {
55 display: none;
56 }
57
58 @media screen and (max-width: $mobile-view) {
59 my-video-miniature {
60 margin-bottom: 10px;
61 }
62 }
63}
64