Skip to content

Commit

Permalink
update html and css
Browse files Browse the repository at this point in the history
  • Loading branch information
nidafarooqui committed Dec 10, 2024
1 parent ffaaf00 commit b9ccc7f
Show file tree
Hide file tree
Showing 2 changed files with 881 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/generic-legacy/web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -4499,6 +4499,7 @@ dialog :link{
display:inline-block;
position:relative;
flex:none;
padding-right: 10px;
}

.toolbarButtonWithContainer > .toolbarButton{
Expand Down Expand Up @@ -5167,6 +5168,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 @@ -5187,6 +5194,15 @@ dialog :link{
}
}

@media screen and (max-width: 600px) {
#secondaryPrint, #secondaryDownload, #printButton, #downloadButton {
display: none !important;
}
#secondaryToolbarToggle {
display: block !important;
}
}

@media all and (max-width: 560px){
#scaleSelectContainer{
display:none;
Expand Down
Loading

0 comments on commit b9ccc7f

Please sign in to comment.