mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-01 12:26:18 +00:00
hide brand pill on smaller screens
This commit is contained in:
parent
fa1ad06968
commit
f8ec45bf13
|
@ -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…
Reference in a new issue