mirror of https://github.com/Chocobozzz/PeerTube
Playlist miniature consistent font size
parent
ed76401ecd
commit
76b8d72e32
|
@ -42,9 +42,6 @@
|
|||
|
||||
.miniature-name {
|
||||
@include miniature-name;
|
||||
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.by {
|
||||
|
@ -76,6 +73,11 @@
|
|||
|
||||
.miniature:not(.display-as-row) {
|
||||
|
||||
.miniature-name {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.miniature-thumbnail {
|
||||
@include block-ratio($selector: '::ng-deep a');
|
||||
|
||||
|
@ -90,6 +92,10 @@
|
|||
|
||||
display: flex;
|
||||
|
||||
.miniature-name {
|
||||
@include ellipsis-multiline($video-miniature-row-name-font-size, 2);
|
||||
}
|
||||
|
||||
.miniature-thumbnail {
|
||||
@include margin-right(10px);
|
||||
|
||||
|
|
Loading…
Reference in New Issue