async solve, now to fix list updating

This commit is contained in:
2026-03-29 20:16:09 -04:00
parent b1ab165665
commit 44959589f8
8 changed files with 264 additions and 245 deletions
@@ -7,4 +7,5 @@ div[role="menu"] {
width: auto;
outline: none;
width: max-content;
z-index: 10;
}
+2 -2
View File
@@ -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);
}
}