Skip to content

Commit

Permalink
Set a display value for the secondary toolbar buttons
Browse files Browse the repository at this point in the history
and remove a useless property: visibleSmallView.
  • Loading branch information
calixteman committed Sep 8, 2022
1 parent e56c30e commit f8ae49d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ a.secondaryToolbarButton[href="#"] {
white-space: normal;
border-radius: 0;
box-sizing: border-box;
display: inline-block;
}
.secondaryToolbarButton > span {
padding-inline-end: 4px;
Expand Down Expand Up @@ -1454,8 +1455,7 @@ dialog :link {
}

.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
.visibleMediumView {
display: none;
}

Expand Down Expand Up @@ -1501,9 +1501,6 @@ dialog :link {
.hiddenSmallView * {
display: none;
}
.visibleSmallView {
display: inherit;
}
.toolbarButtonSpacer {
width: 0;
}
Expand Down

0 comments on commit f8ae49d

Please sign in to comment.