async solve, now to fix list updating
This commit is contained in:
@@ -113,11 +113,11 @@ $mediaItemSize: 300px;
|
||||
&.placeholder {
|
||||
}
|
||||
|
||||
&.nsfw img {
|
||||
&.blur img {
|
||||
filter: blur(20px);
|
||||
transition: filter 0.25s ease-out;
|
||||
}
|
||||
&.nsfw:hover img {
|
||||
&.blur:hover img {
|
||||
filter: blur(0px);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user