mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Reduce the leading padding for the numPages
span (PR 11077 follow-up)
Currently there's enough leading padding that the `numPages` span feels somewhat "disconnected" from the `pageNumber` input, which seems unfortunate when they contain related state.
This commit is contained in:
parent
7df8aa34a5
commit
7762205c52
1 changed files with 7 additions and 0 deletions
|
@ -1249,6 +1249,13 @@ html[dir='rtl'] .toolbarField[type=checkbox] {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
html[dir='ltr'] #numPages.toolbarLabel {
|
||||
padding-left: 2px;
|
||||
}
|
||||
html[dir='rtl'] #numPages.toolbarLabel {
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#thumbnailView {
|
||||
position: absolute;
|
||||
width: calc(100% - 60px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue