]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
No border radius for thumbnails on small screens
authorChocobozzz <me@florianbigard.com>
Thu, 25 Apr 2019 08:06:30 +0000 (10:06 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 25 Apr 2019 08:06:30 +0000 (10:06 +0200)
client/src/sass/include/_miniature.scss

index ba05b6a8eac9846863ed01553990208afc1bc088..b62187fd2ef69c0fca178947646bef738677f7a9 100644 (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%;