mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix the visibility of a separator in the secondaryToolbar (PR 15391 follow-up)
After the changes in PR 15391 one separator may now become visible too soon when the viewer is narrow, applies e.g. to the MOZCENTRAL viewer, since the wrong CSS class is being used. The reason that this happens is that only the GENERIC viewer includes the "openFile"-buttons, and we thus need the separator to also be conditionally defined.
This commit is contained in:
parent
a21ce7ac8b
commit
4189a8567e
1 changed files with 4 additions and 0 deletions
|
@ -194,7 +194,11 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
<span data-l10n-id="download_label">Download</span>
|
||||
</button>
|
||||
|
||||
<!--#if GENERIC-->
|
||||
<div class="horizontalToolbarSeparator visibleLargeView"></div>
|
||||
<!--#else-->
|
||||
<!-- <div class="horizontalToolbarSeparator visibleMediumView"></div>-->
|
||||
<!--#endif-->
|
||||
|
||||
<button id="presentationMode" class="secondaryToolbarButton" title="Switch to Presentation Mode" tabindex="54" data-l10n-id="presentation_mode">
|
||||
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue