[Blacklist] Fix blacklisted thumbnails in related posts (#846)

This commit is contained in:
Cinder 2025-01-22 06:11:41 -08:00 committed by GitHub
parent f253ea940c
commit b2cacfa8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,7 +219,8 @@
article.thumbnail.blacklisted {
width: 100%;
& > a {
height: 100%;
width: 150px;
height: 150px;
background-image: url("blacklisted-preview.png");
background-size: cover;
background-position: center;