From 2b63f02b2464d8b80f0d4d4496b9697539a2d630 Mon Sep 17 00:00:00 2001 From: IrohDW Date: Thu, 2 Jan 2025 16:19:15 -0700 Subject: [PATCH] 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 --- src/components/common/VideoPlayer/Components/VideoControls.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/common/VideoPlayer/Components/VideoControls.tsx b/src/components/common/VideoPlayer/Components/VideoControls.tsx index 32d1f83..ec89106 100644 --- a/src/components/common/VideoPlayer/Components/VideoControls.tsx +++ b/src/components/common/VideoPlayer/Components/VideoControls.tsx @@ -113,7 +113,6 @@ export const VolumeButton = () => {