Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-13 14:16:19 +08:00
parent b2100f3872
commit 685852c0a4
18 changed files with 618 additions and 675 deletions

View File

@@ -110,7 +110,7 @@ class UserInfoCard extends StatelessWidget {
List<Widget> _buildLeft(BuildContext context, ThemeData theme) => [
Padding(
padding: const EdgeInsets.only(left: 20, right: 20, top: 5),
padding: const EdgeInsets.only(left: 20, right: 20),
child: Wrap(
spacing: 8,
runSpacing: 8,
@@ -461,6 +461,7 @@ class UserInfoCard extends StatelessWidget {
),
],
),
const SizedBox(height: 5),
..._buildLeft(context, theme),
if (card.prInfo?.content?.isNotEmpty == true) buildPrInfo(theme),
const SizedBox(height: 5),