mirror of
https://github.com/movie-web/movie-web.git
synced 2025-09-13 11:33:25 +00:00
Get rid of gear on mobile view
This commit is contained in:
@@ -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 />
|
||||||
|
Reference in New Issue
Block a user