diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx
index 949c3d18..eba51132 100644
--- a/src/pages/parts/player/PlayerPart.tsx
+++ b/src/pages/parts/player/PlayerPart.tsx
@@ -172,11 +172,9 @@ export function PlayerPart(props: PlayerPartProps) {
) : null}
{status === playerStatus.PLAYBACK_ERROR ||
status === playerStatus.PLAYING ? (
- <>
-
-
- >
+
) : null}
+
{/* Fullscreen on when not shifting */}
{!isShifting && }
@@ -195,7 +193,7 @@ export function PlayerPart(props: PlayerPartProps) {
{!isIOSPWA &&
(status === playerStatus.PLAYING ? : null)}
- {status === playerStatus.PLAYING ? : null}
+
{/* Expand button for iOS PWA only */}
{isIOSPWA && status === playerStatus.PLAYING && }