mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Add fullscreen image, and fix last page artifact
This commit is contained in:
parent
dacdbaa978
commit
8544101970
2 changed files with 4 additions and 0 deletions
BIN
web/images/toolbarButton-fullscreen.png
Normal file
BIN
web/images/toolbarButton-fullscreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 491 B |
|
@ -59,6 +59,10 @@ select {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
:-moz-full-screen .page:last-child {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
#viewerContainer:full-screen {
|
||||
top: 0px;
|
||||
background-color: #404040;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue