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 and susnux committed Jul 9, 2024
1 parent 41b21a6 commit a96971d
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 a96971d

Please sign in to comment.