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:
@@ -42,6 +42,10 @@
|
||||
box-shadow: inset 0 0 0 1px var(--media-border-color);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:fullscreen {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user