mirror of https://github.com/Chocobozzz/PeerTube
Add background placeholder for thumbnails
parent
d169c4ad46
commit
d6bd50ba1d
|
@ -26,10 +26,11 @@
|
|||
|
||||
/deep/ .video-thumbnail {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
position: relative;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
width: $video-thumbnail-width;
|
||||
height: $video-thumbnail-height;
|
||||
background-color: #ececec;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
|
|
Loading…
Reference in New Issue