diff --git a/web/src/components/player/LivePlayer.tsx b/web/src/components/player/LivePlayer.tsx index 08b1ac2c9..8fba27bda 100644 --- a/web/src/components/player/LivePlayer.tsx +++ b/web/src/components/player/LivePlayer.tsx @@ -412,17 +412,24 @@ export default function LivePlayer({ lowerClassName="md:rounded-2xl" /> )} -
-
- {player} + {applyDashboardTransforms ? ( +
+
+ {player} +
-
+ ) : ( + player + )} {cameraEnabled && !offline && (!showStillWithoutActivity || isReEnabling) && @@ -480,33 +487,63 @@ export default function LivePlayer({
)} -
- +
+ +
+
+ ) : ( +
-
+ > + + + )} {offline && applyDashboardTransforms && ( <>