feat: polish vidstack

This commit is contained in:
shinya
2025-06-25 21:24:41 +08:00
parent 537e07057a
commit c3bc999a35
3 changed files with 141 additions and 108 deletions

View File

@@ -9,6 +9,11 @@ const config: Config = {
],
theme: {
extend: {
screens: {
'mobile-landscape': {
raw: '(orientation: landscape) and (max-height: 700px)',
},
},
fontFamily: {
primary: ['Inter', ...defaultTheme.fontFamily.sans],
},