Browse Source

Get rid of gear on mobile view

pull/621/head
Jip Fr 2 years ago
parent
commit
7156d8ebf3
  1. 2
      src/pages/parts/player/PlayerPart.tsx

2
src/pages/parts/player/PlayerPart.tsx

@ -121,7 +121,7 @@ export function PlayerPart(props: PlayerPartProps) {
<div className="flex justify-center space-x-3"> <div className="flex justify-center space-x-3">
{status === playerStatus.PLAYING ? <Player.Pip /> : null} {status === playerStatus.PLAYING ? <Player.Pip /> : null}
<Player.Episodes /> <Player.Episodes />
<Player.Settings /> {status === playerStatus.PLAYING ? <Player.Settings /> : null}
</div> </div>
<div> <div>
<Player.Fullscreen /> <Player.Fullscreen />

Loading…
Cancel
Save