mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Hide page label and zoom selector
This commit is contained in:
parent
b7d0c0b4d0
commit
902a2a9f03
1 changed files with 7 additions and 0 deletions
|
@ -985,3 +985,10 @@ canvas {
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
#scaleSelectContainer, #pageNumberLabel {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue