From 5d4054a64d69e622702c216ced656788b5dab99f Mon Sep 17 00:00:00 2001 From: nidafarooqui Date: Thu, 5 Dec 2024 13:01:35 +0300 Subject: [PATCH] hide non functional buttons --- build/generic/web/viewer.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build/generic/web/viewer.css b/build/generic/web/viewer.css index bf94c8d1bcb9a..69c96c96f2a8b 100644 --- a/build/generic/web/viewer.css +++ b/build/generic/web/viewer.css @@ -5016,6 +5016,12 @@ dialog :link{ } } +@media screen and (max-width: 768px) { + #secondaryToolbarToggle { + display: none !important; + } +} + @media all and (max-width: 750px){ #outerContainer .hiddenMediumView{ display:none !important; @@ -5036,6 +5042,12 @@ dialog :link{ } } +@media screen and (max-width: 600px) { + #secondaryPrint, #secondaryDownload, #printButton, #downloadButton { + display: none !important; + } +} + @media all and (max-width: 560px){ #scaleSelectContainer{ display:none;