Skip to content

Commit

Permalink
Merge pull request #129 from vlitejs/fix/progress-bar-firefox
Browse files Browse the repository at this point in the history
Fix Firefox progress bar height
  • Loading branch information
yoriiis authored Apr 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents ea335bb + 7a9494a commit ec8d93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/control-bar/control-bar.css
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@
}

&::-moz-range-track {
height: 100%;
height: var(--vlite-progressBarHeight);
border: none;
border-radius: var(--vlite-progressBarHeight);
background: linear-gradient(

0 comments on commit ec8d93f

Please sign in to comment.