mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix airplay not being shown on some screen sizes
This commit is contained in:
parent
af2c2b8acf
commit
5c9f8eea8a
1 changed files with 2 additions and 2 deletions
|
|
@ -126,10 +126,10 @@ export function PlayerPart(props: PlayerPartProps) {
|
|||
<div className="text-center hidden xl:flex justify-center items-center">
|
||||
<Player.EpisodeTitle />
|
||||
</div>
|
||||
<div className="hidden sm:flex items-center justify-end">
|
||||
<div className="hidden lg:flex items-center justify-end">
|
||||
<BrandPill />
|
||||
</div>
|
||||
<div className="flex sm:hidden items-center justify-end">
|
||||
<div className="flex lg:hidden items-center justify-end">
|
||||
{status === playerStatus.PLAYING ? (
|
||||
<>
|
||||
<Player.Airplay />
|
||||
|
|
|
|||
Loading…
Reference in a new issue