Skip to content

Commit

Permalink
fix(player): spacing issue between time and slider on mobile audio la…
Browse files Browse the repository at this point in the history
…yout
  • Loading branch information
mihar-22 committed Oct 29, 2023
1 parent 2534cae commit c8b9f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vidstack/player/styles/default/layouts/audio.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
}

:where(.vds-audio-layout[data-size='sm'] .vds-controls-group:nth-child(3)) {
margin-top: -12px;
margin-top: -4px;
}

:where([data-can-seek] .vds-audio-layout[data-size='sm'] .vds-controls-group:last-child) {
Expand Down

0 comments on commit c8b9f3e

Please sign in to comment.