hide brand pill on smaller screens

This commit is contained in:
Jip Fr 2023-10-14 23:01:18 +02:00
parent fa1ad06968
commit f8ec45bf13

View File

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