diff --git a/lib/pages/live_room/view.dart b/lib/pages/live_room/view.dart index ca5b35e0..d4d9ea27 100644 --- a/lib/pages/live_room/view.dart +++ b/lib/pages/live_room/view.dart @@ -258,16 +258,21 @@ class _LiveRoomPageState extends State ); Widget get _buildPP => Scaffold( - appBar: _buildAppBar, backgroundColor: Colors.transparent, body: Stack( children: [ + _buildAppBar, Column( children: [ Obx( () => Container( color: Colors.black, width: Get.width, + margin: isFullScreen + ? null + : EdgeInsets.only( + top: 56 + MediaQuery.paddingOf(context).top, + ), height: isFullScreen ? Get.height - (context.orientation == Orientation.landscape