Make cover images bigger in details view

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

@ -96,3 +96,17 @@ 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%;
}
.col-xs-5 {
width: 100%;
}

Loading…
Cancel
Save