mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
Fixed book covers being too wide in search/shelves/discover on mobile
This commit is contained in:
parent
3839af65c4
commit
b05c17b8bb
@ -6490,7 +6490,9 @@ body.edituser.admin > div.container-fluid > div.row-fluid > div.col-sm-10 > div.
|
||||
height: 150px;
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.container-fluid .book .cover img {
|
||||
width: 100px !important;
|
||||
}
|
||||
#books .cover img, #books_rand .cover img, .book.isotope-item .cover img {
|
||||
width: 100px !important
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user