mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-29 19:58:43 +00:00
Prettier
This commit is contained in:
parent
9e1aa5e9a9
commit
7643b719ca
1 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ export function PlayerPart(props: PlayerPartProps) {
|
|||
status === playerStatus.PLAYING ? (
|
||||
<Player.Captions />
|
||||
) : null}
|
||||
<Player.Settings />
|
||||
<Player.Settings />
|
||||
{isShifting || isHoldingFullscreen ? (
|
||||
<Player.Widescreen />
|
||||
) : (
|
||||
|
|
@ -202,7 +202,7 @@ export function PlayerPart(props: PlayerPartProps) {
|
|||
<Player.Captions />
|
||||
</div>
|
||||
) : null}
|
||||
<Player.Settings />
|
||||
<Player.Settings />
|
||||
</div>
|
||||
<div>
|
||||
{status === playerStatus.PLAYING && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue