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:
parent
d4f5c7a8ee
commit
2b63f02b24
@ -113,7 +113,6 @@ export const VolumeButton = () => {
|
||||
<IconButton
|
||||
sx={{
|
||||
color: "white",
|
||||
marginRight: "10px",
|
||||
}}
|
||||
onClick={toggleMute}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user