Hide page label and zoom selector
This commit is contained in:
parent
b7d0c0b4d0
commit
902a2a9f03
@ -985,3 +985,10 @@ canvas {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
#scaleSelectContainer, #pageNumberLabel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user