mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -715,7 +715,9 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
||||
final double videoWidth = videoHeight * 9 / 16;
|
||||
return Row(
|
||||
children: [
|
||||
Expanded(child: videoIntro()),
|
||||
Expanded(
|
||||
child:
|
||||
isFullScreen ? const SizedBox.shrink() : videoIntro()),
|
||||
SizedBox(
|
||||
height: videoHeight,
|
||||
width: isFullScreen ? context.width : videoWidth,
|
||||
|
||||
Reference in New Issue
Block a user