diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx index 09c98bd58..60827520b 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayerControls.tsx @@ -82,9 +82,9 @@ function PlayerControls(props: Props) {
-
+
+
{/* @ts-ignore */} diff --git a/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx b/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx index ca05f9c77..0faca98b8 100644 --- a/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx +++ b/frontend/app/components/Session_/Player/Controls/components/PlayingTime.tsx @@ -18,11 +18,11 @@ function PlayingTime({ isUniTime, setIsUniTime, startedAt }: Props) { className="cursor-pointer select-none" distance={20} render={({close}) => ( -
-
Playback Time Mode
+
+
Playback Time Mode
-
Current / Session Duration
-
{ +
Current / Session Duration
+
{ setIsUniTime(false); close(); }}> @@ -35,8 +35,8 @@ function PlayingTime({ isUniTime, setIsUniTime, startedAt }: Props) { setIsUniTime(true); close(); }}> -
Based on your settings
-
+
Based on your settings
+
)}