vlitejs / vlite

🦋 vLitejs is a fast and lightweight Javascript library for customizing video and audio player in Javascript with a minimalist theme (HTML5, Youtube, Vimeo, Dailymotion)
https://vlite.js.org
MIT License
268 stars 18 forks source link

v-progressBar missing height CSS declaration #70

Closed squareclouds closed 2 years ago

squareclouds commented 2 years ago

Describe the bug

the v-progressBar has not height declaration, but the CSS variable --vlite-progressBarHeight exists.

Steps to reproduce

change --vlite-progressBarHeight and checkresults in browser dev tools. the progress bar does not change heights, since the variable is not being used anywhere by default.

Expected behavior

change of the bar adjusts depending on the value of the variable

Screenshots and recordings

No response

Vlite.js

4.0.6

Browser

all

OS

macos

Additional context

No response

yoriiis commented 2 years ago

Hi @squareclouds, thanks for the report.

This has been fixed and merged in main. Release 4.0.7 is available ! 🎉