_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:
parent
1eddc9a74f
commit
1b8a890595
|
@ -88,7 +88,7 @@ $play-overlay-width: 18px;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
|
||||||
&.blur-filter {
|
&.blur-filter {
|
||||||
filter: blur(5px);
|
filter: blur(20px);
|
||||||
transform : scale(1.03);
|
transform : scale(1.03);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue