fix displaying of non-standard covers

This commit is contained in:
Daniel Bulant 2022-12-10 18:01:26 +01:00
parent db7af4bbef
commit 69f1da1fec

View file

@ -117,8 +117,9 @@
.item img { .item img {
--box-shadow-color: white; --box-shadow-color: white;
border-radius: 5px; border-radius: 5px;
height: 15rem; max-height: 15rem;
width: auto; width: auto;
max-width: 100%;
box-shadow: 0 0 0 var(--box-shadow-color); box-shadow: 0 0 0 var(--box-shadow-color);
transition: .4s box-shadow, .3s height, .4s filter; transition: .4s box-shadow, .3s height, .4s filter;
} }