mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-12 10:20:21 +00:00
Get rid of gear on mobile view
This commit is contained in:
parent
2cd87e84da
commit
7156d8ebf3
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export function PlayerPart(props: PlayerPartProps) {
|
|||
<div className="flex justify-center space-x-3">
|
||||
{status === playerStatus.PLAYING ? <Player.Pip /> : null}
|
||||
<Player.Episodes />
|
||||
<Player.Settings />
|
||||
{status === playerStatus.PLAYING ? <Player.Settings /> : null}
|
||||
</div>
|
||||
<div>
|
||||
<Player.Fullscreen />
|
||||
|
|
|
|||
Loading…
Reference in a new issue