Commit b05c17b8 authored by cbartondock's avatar cbartondock

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

parent 3839af65
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment