mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +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,
|
left: 120,
|
||||||
top: 140,
|
top: 140,
|
||||||
right: 20,
|
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