Add background placeholder for thumbnails

pull/292/head
Chocobozzz 2018-02-12 17:47:13 +01:00
parent d169c4ad46
commit d6bd50ba1d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 1 deletions

View File

@ -26,10 +26,11 @@
/deep/ .video-thumbnail {
width: 100%;
height: auto;
img {
height: auto;
width: 100%;
height: auto;
}
}
}

View File

@ -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;