mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -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,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user