small fix for mobile resolution - add to shelf button

pull/2941/head
Ghighi Eftimie 5 months ago
parent 285979b68d
commit 389e3f09f5

@ -4813,9 +4813,15 @@ body.advsearch:not(.blur) > div.container-fluid > div.row-fluid > div.col-sm-10
z-index: 999999999999999999999999999999999999
}
.search #shelf-actions button#add-to-shelf {
body.search #shelf-actions button#add-to-shelf {
height: 40px;
}
@media screen and (max-width: 767px) {
body.search .discover, body.advsearch .discover {
display: flex;
flex-direction: column;
}
}
body.read:not(.blur) a[href*=readbooks] {
color: hsla(0, 0%, 100%, .7) !important

Loading…
Cancel
Save