mirror of
https://github.com/danbulant/Mangades
synced 2026-07-06 03:20:42 +00:00
fix displaying of non-standard covers
This commit is contained in:
parent
db7af4bbef
commit
69f1da1fec
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue