mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 16:46:22 +08:00
opt follow btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -157,9 +157,7 @@ Widget videoSeasonWidget(
|
|||||||
arguments: {'face': item.modules.moduleAuthor!.face},
|
arguments: {'face': item.modules.moduleAuthor!.face},
|
||||||
),
|
),
|
||||||
child: Text(
|
child: Text(
|
||||||
item.modules.moduleAuthor?.type == null
|
'@${item.modules.moduleAuthor!.name}',
|
||||||
? '@${item.modules.moduleAuthor!.name}'
|
|
||||||
: item.modules.moduleAuthor!.name!,
|
|
||||||
style: TextStyle(color: theme.colorScheme.primary),
|
style: TextStyle(color: theme.colorScheme.primary),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ class _RepostPanelState extends CommonPublishPageState<RepostPanel> {
|
|||||||
children: [
|
children: [
|
||||||
if (_pic != null) ...[
|
if (_pic != null) ...[
|
||||||
NetworkImgLayer(
|
NetworkImgLayer(
|
||||||
radius: 8,
|
radius: 6,
|
||||||
width: 40,
|
width: 40,
|
||||||
height: 40,
|
height: 40,
|
||||||
src: _pic,
|
src: _pic,
|
||||||
|
|||||||
@@ -816,7 +816,7 @@ class _VideoInfoState extends State<VideoInfo> {
|
|||||||
return TextButton(
|
return TextButton(
|
||||||
onPressed: () => videoIntroController.actionRelationMod(context),
|
onPressed: () => videoIntroController.actionRelationMod(context),
|
||||||
style: TextButton.styleFrom(
|
style: TextButton.styleFrom(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 18),
|
tapTargetSize: MaterialTapTargetSize.shrinkWrap,
|
||||||
visualDensity: const VisualDensity(vertical: -2.8),
|
visualDensity: const VisualDensity(vertical: -2.8),
|
||||||
foregroundColor: attr != 0
|
foregroundColor: attr != 0
|
||||||
? t.colorScheme.outline
|
? t.colorScheme.outline
|
||||||
|
|||||||
Reference in New Issue
Block a user