No border radius for thumbnails on small screens

This commit is contained in:
Chocobozzz 2019-04-25 10:06:30 +02:00
parent c1521ca3d7
commit 616a03d55e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ $play-overlay-width: 18px;
margin: 0 -15px 10px -15px;
width: 100vw;
height: calc(100vw / #{$video-thumbnail-ratio});
border-radius: 0;
img {
width: 100%;