1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-21 14:47:41 +01:00

Get rid of gear on mobile view

This commit is contained in:
Jip Fr 2023-12-29 14:21:55 +01:00
parent 2cd87e84da
commit 7156d8ebf3

View file

@ -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 />