Skip to content

Commit

Permalink
fix(video-js): no top padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Helms authored and Andreas Helms committed Jul 2, 2024
1 parent a9b0802 commit 3ac93a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scripts/components/stories/video-js/video-js.module.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
width: 100%
height: 100%

:global(.vjs_video_3-dimensions.vjs-fluid)
padding-top: 0 !important
@media screen and (min-width: 480px)
:global(.vjs_video_3-dimensions.vjs-fluid)
padding-top: 0 !important

:global(.vjs-text-track-cue)
display: flex
Expand Down

0 comments on commit 3ac93a4

Please sign in to comment.