1
0
Fork 0
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:
Yury Delendik 2012-05-23 17:10:53 -05:00
parent b7d0c0b4d0
commit 902a2a9f03

View file

@ -985,3 +985,10 @@ canvas {
display: none;
}
}
@media all and (max-width: 500px) {
#scaleSelectContainer, #pageNumberLabel {
display: none;
}
}