fix: ai conclusion vertical alignment

This commit is contained in:
bggRGjQaUbCoE
2024-09-01 10:21:40 +08:00
parent 098f5764d4
commit 2cc537b715

View File

@@ -374,7 +374,9 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
if (enableAi)
Positioned(
right: 10,
top: 6,
top: 0,
bottom: 0,
child: Center(
child: Semantics(
label: 'AI总结',
child: GestureDetector(
@@ -387,7 +389,9 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
},
child:
Image.asset('assets/images/ai.png', height: 22),
)),
),
),
),
)
],
),