]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.scss
Refactor actor avatar component
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / recommendations / recommended-videos.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
0f7407d9 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 10
c4a05171 11 .title-page {
27bc9586
C
12 @include margin-right(.5rem !important);
13
d816f3a0 14 margin-bottom: unset;
c4a05171 15 margin-top: 0;
d816f3a0
RK
16 }
17}
18
19.title-page-autoplay {
27bc9586
C
20 @include margin-left(auto);
21
5def76eb 22 display: flex;
d816f3a0
RK
23 width: max-content;
24 height: max-content;
25 align-items: center;
26
27 span {
27bc9586
C
28 @include margin-right(0.3rem);
29
d816f3a0
RK
30 text-transform: uppercase;
31 font-size: 85%;
32 font-weight: 600;
33 }
34}
46788f21 35
db581cf7
FC
36.title-page-next-video-label {
37 display: block;
38 margin-bottom: 5px;
39 font-weight: $font-semibold;
40}
41
46788f21
RK
42hr {
43 margin-top: 0;
44}
0f7407d9
C
45
46my-video-miniature {
47 display: block;
48}
49
50.other-videos:not(.display-as-row) my-video-miniature {
51 min-width: $video-thumbnail-medium-width;
52 max-width: $video-thumbnail-medium-width;
53}
54
55.display-as-row {
56 my-video-miniature {
57 margin-bottom: 20px;
58 }
59
60 hr {
61 display: none;
62 }
63
64 @media screen and (max-width: $mobile-view) {
65 my-video-miniature {
66 margin-bottom: 10px;
67 }
68 }
69}
70