mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
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:
parent
fc3f6ee41a
commit
43d7ebf177
@ -2667,7 +2667,7 @@ if themep == classic {
|
||||
}
|
||||
}
|
||||
}
|
||||
.avatar, .blacklisted {
|
||||
.avatar, .avatar .blacklisted {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
Loading…
Reference in New Issue
Block a user