From a96971d6521f220d9c86fd8812da5f23c833e151 Mon Sep 17 00:00:00 2001 From: Oleksa Date: Fri, 29 Mar 2024 09:27:02 +0200 Subject: [PATCH] Update viewer.css Fixing the size of localised strings when using Ukrainian translation, as the Cyrillic fonts are wider and take more space. Signed-off-by: Oleksa --- js/pdfjs/web/viewer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/pdfjs/web/viewer.css b/js/pdfjs/web/viewer.css index 2be1ecf0..c76f07fb 100644 --- a/js/pdfjs/web/viewer.css +++ b/js/pdfjs/web/viewer.css @@ -2315,6 +2315,7 @@ body { .secondaryToolbar :is(input, button, a, select) { outline: none; font: message-box; + font-size: 13px; } #toolbarContainer { @@ -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;