mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: prinfo
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -62,7 +62,7 @@ class _FavVideoPageState extends State<FavVideoPage>
|
|||||||
Success() => (loadingState.response as List?)?.isNotEmpty == true
|
Success() => (loadingState.response as List?)?.isNotEmpty == true
|
||||||
? SliverPadding(
|
? SliverPadding(
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
top: StyleString.safeSpace - 2,
|
top: StyleString.safeSpace - 5,
|
||||||
bottom: 80 + MediaQuery.paddingOf(context).bottom,
|
bottom: 80 + MediaQuery.paddingOf(context).bottom,
|
||||||
),
|
),
|
||||||
sliver: SliverGrid(
|
sliver: SliverGrid(
|
||||||
|
|||||||
@@ -580,7 +580,7 @@ class UserInfoCard extends StatelessWidget {
|
|||||||
Expanded(
|
Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
card.prInfo!.content!,
|
card.prInfo!.content!,
|
||||||
style: TextStyle(fontSize: 15, color: textColor),
|
style: TextStyle(fontSize: 13, color: textColor),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
if (card.prInfo?.url?.isNotEmpty == true) ...[
|
if (card.prInfo?.url?.isNotEmpty == true) ...[
|
||||||
|
|||||||
Reference in New Issue
Block a user