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
@@ -21,8 +21,4 @@
letter-spacing: normal;
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
&:fullscreen {
border-radius: 0;
}
}