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