Skip to content

Commit

Permalink
Merge pull request #939 from ostasevych/patch-7
Browse files Browse the repository at this point in the history
Update viewer.css
  • Loading branch information
susnux authored Aug 22, 2024
2 parents 3800272 + a96971d commit 94268cd
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 94268cd

Please sign in to comment.