Describe the bug
The v-time isn't vertical aligned in the control bar.
Steps to reproduce
See the player on https://vlite.js.org
Expected behavior
Time is vertical aligned (see the align of play and time)
Screenshots and recordings
Current (see the align of play and time)
Vlite.js
8.1.1
Browser
Firefox 148
OS
Windows 11
Additional context
Workaround
.v-time {
position: relative;
top: -2px;
}
Describe the bug
The
v-timeisn't vertical aligned in the control bar.Steps to reproduce
See the player on https://vlite.js.org
Expected behavior
Time is vertical aligned (see the align of play and time)
Screenshots and recordings
Current (see the align of play and time)
Vlite.js
8.1.1
Browser
Firefox 148
OS
Windows 11
Additional context
Workaround