Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-05 15:25:12 +08:00
parent 2f4c739f0b
commit 3fa6d9820f

View File

@@ -1749,9 +1749,10 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
return Align(
alignment: Alignment.bottomCenter,
child: Padding(
padding: EdgeInsets.symmetric(
horizontal: 16,
vertical: plPlayerController?.showControls.value == true
padding: EdgeInsets.only(
left: 16,
right: 16,
bottom: plPlayerController?.showControls.value == true
? 75
: 16,
),