mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
[codex] fix intrinsic media aspect ratio handling (#1197)
This commit is contained in:
@@ -2,9 +2,10 @@ media-tooltip-group {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
/* Fixes a weird issue with Safari when setting aspect-ratio */
|
||||
:host {
|
||||
/* `display:grid` fixes a weird issue with Safari when setting aspect-ratio */
|
||||
display: grid;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Hide volume popover when volume control is unsupported (e.g., iOS Safari). */
|
||||
|
||||
Reference in New Issue
Block a user