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
@@ -9,7 +9,5 @@ export const root = cn(
// Resets
'**:box-border **:m-0',
'[&_button]:font-[inherit]',
'motion-safe:[interpolate-size:allow-keywords]',
// Fullscreen
'[&:fullscreen]:rounded-none'
'motion-safe:[interpolate-size:allow-keywords]'
);