diff --git a/src/pages/parts/player/PlayerPart.tsx b/src/pages/parts/player/PlayerPart.tsx index 3295b9cf..d0eb236e 100644 --- a/src/pages/parts/player/PlayerPart.tsx +++ b/src/pages/parts/player/PlayerPart.tsx @@ -181,7 +181,7 @@ export function PlayerPart(props: PlayerPartProps) { status === playerStatus.PLAYING ? ( ) : null} - + {isShifting || isHoldingFullscreen ? ( ) : ( @@ -202,7 +202,7 @@ export function PlayerPart(props: PlayerPartProps) { ) : null} - +
{status === playerStatus.PLAYING && (