small fix for mobile resolution - add to shelf button
This commit is contained in:
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
|
z-index: 999999999999999999999999999999999999
|
||||||
}
|
}
|
||||||
|
|
||||||
.search #shelf-actions button#add-to-shelf {
|
body.search #shelf-actions button#add-to-shelf {
|
||||||
height: 40px;
|
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] {
|
body.read:not(.blur) a[href*=readbooks] {
|
||||||
color: hsla(0, 0%, 100%, .7) !important
|
color: hsla(0, 0%, 100%, .7) !important
|
||||||
|
|
Loading…
Reference in New Issue
Block a user