Skip to content

Commit

Permalink
fix(player): menu close icon looks slightly off
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Nov 14, 2023
1 parent 96f16f6 commit 1322167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vidstack/player/styles/default/menus.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@

:where(.vds-menu-items [role='menuitem'][aria-expanded='true'] .vds-menu-button-close-icon) {
display: inline !important;
margin-left: calc(-1 * var(--media-menu-padding, 10px) / 2);
}

/*
Expand Down

0 comments on commit 1322167

Please sign in to comment.