Skip to content

Commit

Permalink
Update viewer.css
Browse files Browse the repository at this point in the history
Fixing the size of localised strings when using Ukrainian translation, as the Cyrillic fonts are wider and take more space.

Signed-off-by: Oleksa <ostasevych@users.noreply.github.com>
  • Loading branch information
ostasevych authored Mar 29, 2024
1 parent 874cd76 commit 3b88cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/pdfjs/web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2315,6 +2315,7 @@ body {
.secondaryToolbar :is(input, button, a, select) {
outline: none;
font: message-box;
font-size: 13px;
}

#toolbarContainer {
Expand Down Expand Up @@ -2435,7 +2436,7 @@ body {
padding: 0 4px;
margin: 4px 2px;
font: message-box;
font-size: 12px;
font-size: 13px;
line-height: 14px;
text-align: left;
cursor: default;
Expand Down

0 comments on commit 3b88cf9

Please sign in to comment.