Skip to content

Commit d30cdf9

Browse files
authored
Merge pull request #840 from AppQuality/player-min-height
🔧 chore(Player.tsx): adjust player container height to 55vh
2 parents 1a5716d + eaa7a00 commit d30cdf9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/Video/components/Player.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ const PlayerContainer = styled.div<{
2525
isFetching: boolean;
2626
}>`
2727
width: 100%;
28-
height: auto;
29-
max-height: 50vh;
28+
height: 55vh;
3029
display: flex;
3130
3231
${({ isFetching }) =>

0 commit comments

Comments
 (0)