fix(skin): fix fullscreen video clipping and border-radius handling (#905)

This commit is contained in:
Sam Potts
2026-03-12 12:06:34 +11:00
committed by GitHub
parent 801be291c3
commit e9621a1f50
9 changed files with 60 additions and 19 deletions
+4
View File
@@ -42,6 +42,10 @@
box-shadow: inset 0 0 0 1px var(--media-border-color);
pointer-events: none;
}
&:fullscreen {
border-radius: 0;
}
}
/* ==========================================================================