mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(skin): fix fullscreen video clipping and border-radius handling (#905)
This commit is contained in:
@@ -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]'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user