_miniature.scss .blur-filter from 5px blur to 20px
authorZig-03 <Zig-03@users.noreply.github.com>
Wed, 17 Apr 2019 22:10:57 +0000 (18:10 -0400)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 18 Apr 2019 09:07:37 +0000 (11:07 +0200)
A temporary fix, until a better solution is found (maybe #1158 + #1588?), that increases the blur because right now NSFW thumbnails are way too transparent.

client/src/sass/include/_miniature.scss

index 13af0b936a84ce0d4f8f8bffd827192da523f07b..ba05b6a8eac9846863ed01553990208afc1bc088 100644 (file)
@@ -88,7 +88,7 @@ $play-overlay-width: 18px;
     height: inherit;
 
     &.blur-filter {
-      filter: blur(5px);
+      filter: blur(20px);
       transform : scale(1.03);
     }
   }