From 4189a8567e243edb88586d47675b2a3ebbc46c8e Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Fri, 9 Sep 2022 17:50:29 +0200 Subject: [PATCH] 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. --- web/viewer.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/viewer.html b/web/viewer.html index e6880f235..b58f80fd0 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -194,7 +194,11 @@ See https://github.com/adobe-type-tools/cmap-resources Download +
+ + +