Skip to content

Commit

Permalink
chore: update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
James Taylor committed Mar 19, 2024
1 parent e65fe83 commit f96c224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/components/src/lib/video-player/video-player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@
}

&.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical,
&.vjs-slider-active .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical {
&.vjs-slider-active
.vjs-mute-control
~ .vjs-volume-control.vjs-volume-vertical {
left: -40px;
}
}
Expand Down

0 comments on commit f96c224

Please sign in to comment.