mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-01 11:15:59 +00:00
Merge pull request #621 from movie-web/hide-gear
Get rid of gear on mobile view
This commit is contained in:
commit
750bb60f62
|
@ -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