Skip to content

Commit

Permalink
hide non functional buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Dec 5, 2024
1 parent b485a9d commit 5d4054a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/generic/web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 5d4054a

Please sign in to comment.