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( return Align(
alignment: Alignment.bottomCenter, alignment: Alignment.bottomCenter,
child: Padding( child: Padding(
padding: EdgeInsets.symmetric( padding: EdgeInsets.only(
horizontal: 16, left: 16,
vertical: plPlayerController?.showControls.value == true right: 16,
bottom: plPlayerController?.showControls.value == true
? 75 ? 75
: 16, : 16,
), ),