mirror of
https://github.com/danbulant/Mangades
synced 2026-06-19 06:11:38 +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 {
|
||||
--box-shadow-color: white;
|
||||
border-radius: 5px;
|
||||
height: 15rem;
|
||||
max-height: 15rem;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
box-shadow: 0 0 0 var(--box-shadow-color);
|
||||
transition: .4s box-shadow, .3s height, .4s filter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue