Skip to content

Commit

Permalink
change moz range track
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Oct 29, 2024
1 parent cd963e7 commit 27487c3
Showing 1 changed file with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,19 @@
}
}
}
@-moz-document url-prefix() {
.iiif-gallery-component .header input[type="range"] {
margin-top: 7px;
width: 300px;
.iiif-gallery-component {
.header {
input[type=range]::-moz-range-track {
width: 100px;
}

@-moz-document url-prefix() {
.btn {
&.size-up,
&.size-down {
margin-top: 4px;
}
}
}
}
}

0 comments on commit 27487c3

Please sign in to comment.