1
0
Fork 0

_miniature.scss .blur-filter from 5px blur to 20px

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.
This commit is contained in:
Zig-03 2019-04-17 18:10:57 -04:00 committed by Chocobozzz
parent 1eddc9a74f
commit 1b8a890595
1 changed files with 1 additions and 1 deletions

View File

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