]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_miniature.scss
Merge branch 'release/v1.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _miniature.scss
index 13af0b936a84ce0d4f8f8bffd827192da523f07b..b62187fd2ef69c0fca178947646bef738677f7a9 100644 (file)
@@ -88,7 +88,7 @@ $play-overlay-width: 18px;
     height: inherit;
 
     &.blur-filter {
-      filter: blur(5px);
+      filter: blur(20px);
       transform : scale(1.03);
     }
   }
@@ -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%;