Fixed book covers being too wide in search/shelves/discover on mobile

This commit is contained in:
cbartondock 2021-08-14 21:50:05 -04:00
parent 3839af65c4
commit b05c17b8bb
1 changed files with 3 additions and 1 deletions

View File

@ -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
}