💄 Use bottom modal sheet instead of popover

 Show strike on user profile page
This commit is contained in:
2025-04-02 00:51:46 +08:00
parent cf34a285b4
commit d5cf2478d8
5 changed files with 234 additions and 203 deletions

View File

@ -39,7 +39,9 @@ class AccountPopoverCard extends StatelessWidget {
),
),
),
).padding(all: 16),
).padding(all: 16)
else
const Gap(16),
// Top padding
Row(
crossAxisAlignment: CrossAxisAlignment.start,
@ -89,7 +91,9 @@ class AccountPopoverCard extends StatelessWidget {
data.profile?.description ?? '',
maxLines: 2,
overflow: TextOverflow.ellipsis,
).padding(horizontal: 26, bottom: 8),
).padding(horizontal: 26, bottom: 8)
else
const Gap(12),
Row(
crossAxisAlignment: CrossAxisAlignment.center,
children: [