fix(player): expand the default player viewport

Remove the extra player shell, make the inline player full width on phones, align portrait web fullscreen to the top, and bump the app version to 4.8.2.

Closes #154
This commit is contained in:
kuekhaoyang
2026-04-12 10:51:48 +08:00
parent 15f6e434c8
commit e2d7549a70
6 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "kvideo",
"version": "4.8.1",
"version": "4.8.2",
"private": true,
"scripts": {
"dev": "next dev --port ${PORT:-3000}",