diff --git a/lib/pages/live_room/view.dart b/lib/pages/live_room/view.dart index d74f6ae9..3baaee0f 100644 --- a/lib/pages/live_room/view.dart +++ b/lib/pages/live_room/view.dart @@ -463,7 +463,7 @@ class _LiveRoomPageState extends State Widget get _buildBodyH { double videoWidth = - clampDouble(context.height / context.width * 1.04, 0.58, 0.75) * + clampDouble(context.height / context.width * 1.08, 0.58, 0.75) * context.width; return Expanded( child: Row( diff --git a/lib/pages/video/detail/view_v.dart b/lib/pages/video/detail/view_v.dart index 111e503b..66beeda2 100644 --- a/lib/pages/video/detail/view_v.dart +++ b/lib/pages/video/detail/view_v.dart @@ -1222,7 +1222,7 @@ class _VideoDetailPageVState extends State ); } double videoWidth = - clampDouble(context.height / context.width * 1.04, 0.5, 0.7) * + clampDouble(context.height / context.width * 1.08, 0.5, 0.7) * context.width; if (context.width >= 560) { videoWidth = min(videoWidth, context.width - 280);