Make files opaque until loaded

This commit is contained in:
Dominic Ferrando
2025-04-26 13:18:58 -04:00
parent acd212fd4f
commit 45b73bf95b
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -287,6 +287,11 @@ body {
max-width: 100%;
}
.post-file-loading {
opacity: .4;
transition: opacity .2s;
}
.post-img-info {
display: inline-block;
font-size: 10px;