mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: ai conclusion vertical alignment
This commit is contained in:
@@ -374,8 +374,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
|||||||
if (enableAi)
|
if (enableAi)
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 10,
|
right: 10,
|
||||||
top: 6,
|
top: 0,
|
||||||
child: Semantics(
|
bottom: 0,
|
||||||
|
child: Center(
|
||||||
|
child: Semantics(
|
||||||
label: 'AI总结',
|
label: 'AI总结',
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
@@ -387,7 +389,9 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
|||||||
},
|
},
|
||||||
child:
|
child:
|
||||||
Image.asset('assets/images/ai.png', height: 22),
|
Image.asset('assets/images/ai.png', height: 22),
|
||||||
)),
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user