Browse Source

hide brand pill on smaller screens

pull/497/head
Jip Fr 2 years ago
parent
commit
f8ec45bf13
  1. 2
      src/pages/parts/player/PlayerPart.tsx

2
src/pages/parts/player/PlayerPart.tsx

@ -45,7 +45,7 @@ export function PlayerPart(props: PlayerPartProps) { @@ -45,7 +45,7 @@ export function PlayerPart(props: PlayerPartProps) {
<div className="text-center hidden xl:flex justify-center items-center">
<Player.EpisodeTitle />
</div>
<div className="flex items-center justify-end">
<div className="hidden sm:flex items-center justify-end">
<BrandPill />
</div>
</div>

Loading…
Cancel
Save