Add placeholder image if non-editable

This commit is contained in:
MrTimscampi 2020-01-29 19:05:23 +01:00
parent d989d7b007
commit c1b9a094af
2 changed files with 16 additions and 8 deletions

View file

@ -542,6 +542,10 @@
-webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
}
div.itemDetailGalleryLink.defaultCardBackground {
text-align: center;
}
.itemDetailGalleryLink.defaultCardBackground {
height: 23vw; /* Dirty hack to get it to look somewhat square. Less than ideal. */
}