mod: prinfo

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-30 12:31:36 +08:00
parent f003e8bf35
commit a904414f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ class _FavVideoPageState extends State<FavVideoPage>
Success() => (loadingState.response as List?)?.isNotEmpty == true
? SliverPadding(
padding: EdgeInsets.only(
top: StyleString.safeSpace - 2,
top: StyleString.safeSpace - 5,
bottom: 80 + MediaQuery.paddingOf(context).bottom,
),
sliver: SliverGrid(

View File

@@ -580,7 +580,7 @@ class UserInfoCard extends StatelessWidget {
Expanded(
child: Text(
card.prInfo!.content!,
style: TextStyle(fontSize: 15, color: textColor),
style: TextStyle(fontSize: 13, color: textColor),
),
),
if (card.prInfo?.url?.isNotEmpty == true) ...[