Skip to content

Commit

Permalink
fix(FEC-9548): not enough blur on overlay (#474)
Browse files Browse the repository at this point in the history
changed blur on video when in overlay from 5px to 16px
  • Loading branch information
RoyBregman committed Jan 5, 2020
1 parent 8bee15d commit 6e1f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/video-player/_video-player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
height: 100%;
background: black;
.overlay-active &{
filter: blur(5px);
filter: blur(16px);
}
}

0 comments on commit 6e1f316

Please sign in to comment.