Set a display value for the secondary toolbar buttons

and remove a useless property: visibleSmallView.
This commit is contained in:
Calixte Denizet 2022-09-07 22:40:00 +02:00
parent e56c30eb59
commit f8ae49d20b

View File

@ -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;
@ -1454,8 +1455,7 @@ dialog :link {
}
.visibleLargeView,
.visibleMediumView,
.visibleSmallView {
.visibleMediumView {
display: none;
}
@ -1501,9 +1501,6 @@ dialog :link {
.hiddenSmallView * {
display: none;
}
.visibleSmallView {
display: inherit;
}
.toolbarButtonSpacer {
width: 0;
}