Skip to content

Commit

Permalink
fix(player/react): volume slider not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Sep 30, 2023
1 parent a73b537 commit ad1481f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vidstack/player/styles/default/layouts/video.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
}

.vds-video-layout :where(*[data-hocus], *:focus-within) + .vds-volume-slider,
.vds-video-layout :where(*[data-hocus], *:focus-within) + * + .vds-volume-slider,
:where(.vds-video-layout .vds-volume-slider[data-active]) {
margin-left: 9px;
max-width: var(--video-volume-slider-max-width, 72px);
Expand Down

0 comments on commit ad1481f

Please sign in to comment.