]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/video-miniature.component.scss
Set thumbnail height
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / video-miniature.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
830b4faf 3@import '_miniature';
63c4db6d 4
501bc6c2 5.video-miniature {
11dd0c2e
C
6 width: $video-miniature-width;
7
501bc6c2 8 display: inline-block;
9bf9d2a5 9 margin-bottom: 30px;
e5fc7811 10 height: 195px;
0d7d2ad9 11 vertical-align: top;
501bc6c2 12
d6e32a2e 13 .video-miniature-information {
00a44645 14 width: 200px;
9bf9d2a5
C
15 margin-top: 2px;
16 line-height: normal;
501bc6c2 17
383bfc83 18 .video-miniature-name {
830b4faf 19 @include miniature-name;
501bc6c2
C
20 }
21
9bf9d2a5 22 .video-miniature-created-at-views {
501bc6c2 23 display: block;
9bf9d2a5 24 font-size: 13px;
00a44645
C
25 }
26
22a16e36
C
27 .video-miniature-account,
28 .video-miniature-channel {
03e12d7c 29 @include disable-default-a-behaviour;
ef80c66c 30 @include ellipsis;
03e12d7c 31
d5022312 32 display: block;
332542bc 33 font-size: 13px;
457bb213 34 color: $grey-foreground-color;
03e12d7c
C
35
36 &:hover {
457bb213 37 color: $grey-foreground-hover-color;
03e12d7c 38 }
501bc6c2
C
39 }
40 }
41}