Merge pull request #12268 from Snuffleupagus/numPages-padding

Reduce the leading padding for the `numPages` span (PR 11077 follow-up)
This commit is contained in:
Tim van der Meij 2020-08-23 21:07:08 +02:00 committed by GitHub
commit 0f4fc12c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1249,6 +1249,13 @@ html[dir='rtl'] .toolbarField[type=checkbox] {
cursor: default; cursor: default;
} }
html[dir='ltr'] #numPages.toolbarLabel {
padding-left: 2px;
}
html[dir='rtl'] #numPages.toolbarLabel {
padding-right: 2px;
}
#thumbnailView { #thumbnailView {
position: absolute; position: absolute;
width: calc(100% - 60px); width: calc(100% - 60px);