Make cover image bigger in details view

Make cover image bigger in details view at mobile devices
pull/530/head
otapi 7 years ago committed by GitHub
parent a06748e348
commit b7e887517c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,3 +96,12 @@ input.pill:not(:checked) + label .glyphicon {
.upload-format-input-text {display: initial;}
#btn-upload-format {display: none;}
.div[id="bookDetailsModal"] .container-fluid .book .cover {
height: auto;
width: 100%;
}
.div[class="col-sm-3.col-lg-3.col-xs-5"] {
width: 100%;
}

Loading…
Cancel
Save