-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix vjs-volume-panel visual bug #5815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The gap definitely isn't quite right, but we need to consider all the uses of a control before making a change to its css.
@@ -19,7 +19,6 @@ | |||
|
|||
.video-js .vjs-volume-control { | |||
cursor: pointer; | |||
margin-right: 1em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The volume control component can be added to the control bar separately and this would affects that.
Probably needs to reset the margin-right just in .video-js .vjs-volume-panel
below (line 38/37)
@Kogoruhn hey, thanks for the PR, we'd love to get this in but it requires some tweaks. Would you be able to work on it? Thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
before / after: