Fix oversized blacklist thumbnails on the forum

Reported by Dripen Arn; Blacklisted thumbnails were accidentally also being effected by this selector.
This commit is contained in:
faucet 2022-09-09 15:32:08 +01:00 committed by GitHub
parent fc3f6ee41a
commit 43d7ebf177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2667,7 +2667,7 @@ if themep == classic {
}
}
}
.avatar, .blacklisted {
.avatar, .avatar .blacklisted {
display: flex;
align-items: center;
justify-content: center;