forked from e621ng/e621ng
[Blacklist] Fix blacklisted thumbnails in related posts (#846)
This commit is contained in:
parent
f253ea940c
commit
b2cacfa8d2
@ -219,7 +219,8 @@
|
|||||||
article.thumbnail.blacklisted {
|
article.thumbnail.blacklisted {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
& > a {
|
& > a {
|
||||||
height: 100%;
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
background-image: url("blacklisted-preview.png");
|
background-image: url("blacklisted-preview.png");
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user