opt: member info card

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-15 16:48:58 +08:00
parent 726fd0b338
commit 5a69e6abb0

View File

@@ -465,7 +465,15 @@ class UserInfoCard extends StatelessWidget {
left: 120,
top: 140,
right: 20,
child: _buildRight(context),
bottom: 0,
child: LayoutBuilder(
builder: (_, constraints) => FittedBox(
child: SizedBox(
width: constraints.maxWidth,
child: _buildRight(context),
),
),
),
),
],
),