opt member info

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-18 11:35:33 +08:00
parent 271856ca89
commit 391d862b17
4 changed files with 53 additions and 51 deletions

View File

@@ -816,7 +816,8 @@ class _VideoInfoState extends State<VideoInfo> {
return TextButton(
onPressed: () => videoIntroController.actionRelationMod(context),
style: TextButton.styleFrom(
visualDensity: const VisualDensity(vertical: -3),
padding: const EdgeInsets.symmetric(horizontal: 18),
visualDensity: const VisualDensity(vertical: -2.8),
foregroundColor: attr != 0
? t.colorScheme.outline
: t.colorScheme.onSecondaryContainer,
@@ -833,7 +834,7 @@ class _VideoInfoState extends State<VideoInfo> {
-10 => '特别关注',
_ => '关注'
},
style: TextStyle(fontSize: t.textTheme.labelMedium!.fontSize),
style: const TextStyle(fontSize: 13),
),
);
},