Skip to content

Commit

Permalink
Merge pull request #5921 from avalonmediasystem/volume-thumb
Browse files Browse the repository at this point in the history
Force vertical alignment of horizontal volume slider thumb to top
  • Loading branch information
cjcolvar authored Jul 12, 2024
2 parents da00ee6 + 01ec215 commit 4eb67b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/javascript/components/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
min-height: 2.9em;
}
}
.vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg {
vertical-align: top;
}
}

.ramp--structured-nav {
Expand Down
3 changes: 3 additions & 0 deletions app/javascript/components/embeds/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@
min-height: 2.9em;
}
}
.vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg {
vertical-align: top;
}
}

0 comments on commit 4eb67b4

Please sign in to comment.