Merge pull request #15421 from Snuffleupagus/separator-followup

Fix the visibility of a separator in the secondaryToolbar (PR 15391 follow-up)
This commit is contained in:
Jonas Jenwald 2022-09-09 18:54:37 +02:00 committed by GitHub
commit a274f63d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>