1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-09-27 14:48:22 +00:00

Merge pull request #4 from joevgreathead/update-cover-layout

Update cover to retain correct aspect ratio
This commit is contained in:
Blondel MONDESIR 2023-07-03 23:21:14 -04:00 committed by GitHub
commit 2b1de27027
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;
}