opt: live room

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-11 22:25:13 +08:00
parent a8725e64ee
commit 2a73725455

View File

@@ -258,16 +258,21 @@ class _LiveRoomPageState extends State<LiveRoomPage>
); );
Widget get _buildPP => Scaffold( Widget get _buildPP => Scaffold(
appBar: _buildAppBar,
backgroundColor: Colors.transparent, backgroundColor: Colors.transparent,
body: Stack( body: Stack(
children: [ children: [
_buildAppBar,
Column( Column(
children: [ children: [
Obx( Obx(
() => Container( () => Container(
color: Colors.black, color: Colors.black,
width: Get.width, width: Get.width,
margin: isFullScreen
? null
: EdgeInsets.only(
top: 56 + MediaQuery.paddingOf(context).top,
),
height: isFullScreen height: isFullScreen
? Get.height - ? Get.height -
(context.orientation == Orientation.landscape (context.orientation == Orientation.landscape