mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: member info card
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user