fix(skin): aspect ratio related fixes (#1726)

This commit is contained in:
Sam Potts
2026-06-30 09:57:03 +10:00
committed by GitHub
parent 01cea7a3d1
commit a6d30a9e61
7 changed files with 116 additions and 16 deletions
+5
View File
@@ -12,6 +12,11 @@ media-tooltip-group {
width: 100%;
}
media-container {
min-width: 0;
min-height: 0;
}
/* Hide volume popover when volume control is unsupported (e.g., iOS Safari). */
.media-popover--volume:has(media-volume-slider[data-availability="unsupported"]) {
display: none;