1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-17 18:59:57 +00:00

Update cover to retain correct aspect ratio

This commit is contained in:
Joe 2023-04-23 00:53:40 -07:00 committed by GitHub
parent fe4dc1bb8f
commit e707a60dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ table .bg-dark-danger a { color: #fff; }
.container-fluid .book .cover span .img {
bottom: 0;
height: 100%;
width: 100%;
position: absolute;
}