Skip to content

Commit

Permalink
Don't apply to desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 5, 2024
1 parent 22f552f commit 068385f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/player/HlsVideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function HlsVideoPlayer({
}}
contentStyle={{
width: "100%",
height: "100%",
height: isMobile ? "100%" : undefined,
}}
>
<video
Expand Down

0 comments on commit 068385f

Please sign in to comment.