mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 16:44:43 +01:00
mod tiles and nsfw blurring
This commit is contained in:
13
src/ui/components/mods/ModTile.css
Normal file
13
src/ui/components/mods/ModTile.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.ModListItem {
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.ModListItem img {
|
||||
object-fit: cover;
|
||||
width: 80%;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
img.nsfw {
|
||||
filter: blur(16px);
|
||||
}
|
||||
Reference in New Issue
Block a user