diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index 59404d78..f7901b52 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -210,17 +210,18 @@ export function PlayerPart(props: PlayerPartProps) {
- {isPWA && status === playerStatus.PLAYING ? ( - - ) : ( -
- {isHoldingFullscreen ? : } -
+ {status === playerStatus.PLAYING && ( + <> + {isPWA && } +
+ {isHoldingFullscreen ? : } +
+ )}