File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/mux-player/src/themes Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3434 position : absolute; /* ensure they don't take up space in DOM on load */
3535 }
3636
37+ media-rendition-menu {
38+ min-width : 140px ;
39+ }
40+
3741 : host ([audio ]) {
3842 --media-preview-time-border-radius : 3px ;
3943 --media-preview-time-text-shadow : none;
Original file line number Diff line number Diff line change 167167 --media-menu-item-hover-outline : var (--_accent-color ) solid 1px ;
168168 }
169169
170+ media-rendition-menu {
171+ min-width : 140px ;
172+ }
173+
170174 /* The icon is a circle so make it 16px high instead of 14px for more balance. */
171175 media-audio-track-menu-button {
172176 --media-control-padding : 5px ;
960964 }
961965
962966 [aria-checked = 'false' ] .indicator {
963- display : none ;
967+ opacity : 0 ;
964968 }
965969 </ style >
966970 < svg viewBox ="0 0 14 18 " class ="indicator ">
You can’t perform that action at this time.
0 commit comments