mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-13 07:55:06 +01: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 New Issue
Block a user