Show not found image while loading

This commit is contained in:
bingus_violet 2024-10-16 01:36:15 -05:00
parent 6fc22f35b9
commit 0455275790

View file

@ -222,6 +222,8 @@ br {
width: 40%; width: 40%;
aspect-ratio: 1/1; aspect-ratio: 1/1;
object-fit: cover; object-fit: cover;
background: url("/imgs/notFound.png");
background-size: cover;
} }
.activity>img:not(.smallimg) { .activity>img:not(.smallimg) {