3
0
mirror of https://github.com/Qortal/q-tube.git synced 2025-02-11 17:55:51 +00:00

VideoPlayer Bugfixes

Videoplayer doesn't set fill ObjectFit when fullscreen.

Added ObjectFit button

Volume slider doesn't clip into video time label

Volume and Progress sliders have a smaller click range so they don't override other video buttons.

Usernames in the videolist component now show ellipses when they overflow

Hyperlink color throughout the app changed so they are easier to see
This commit is contained in:
Qortal Dev 2025-01-02 16:19:15 -07:00
parent d4f5c7a8ee
commit 2b63f02b24

View File

@ -113,7 +113,6 @@ export const VolumeButton = () => {
<IconButton <IconButton
sx={{ sx={{
color: "white", color: "white",
marginRight: "10px",
}} }}
onClick={toggleMute} onClick={toggleMute}
> >