mod tiles and nsfw blurring

This commit is contained in:
SpikeHD
2022-07-23 20:33:36 -07:00
parent d97e5c192f
commit 95267720a4
5 changed files with 105 additions and 25 deletions

View File

@@ -0,0 +1,13 @@
.ModListItem {
width: 20%;
}
.ModListItem img {
object-fit: cover;
width: 80%;
height: 100px;
}
img.nsfw {
filter: blur(16px);
}