Skip to content

Commit

Permalink
Fix missing search result count
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed May 23, 2023
1 parent 9e2d896 commit c963b7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pdf.js
Submodule pdf.js updated 1 files
+1 −1 web/viewer.html
5 changes: 5 additions & 0 deletions src/stylesheets/components/viewer/_findbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
margin: $find-message-margin;
}

#findResultsCount:empty,
#findMsg:empty {
display: none;
}

#findMsg {
color: $find-message-color;
margin: $find-message-margin;
Expand Down

0 comments on commit c963b7e

Please sign in to comment.