diff --git a/web/viewer.css b/web/viewer.css index a15b08f9a..bccfd5d9a 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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);