🐛 Bug fixes on profile page

This commit is contained in:
2024-09-08 01:48:01 +08:00
parent 0a04c72468
commit 1fd042bcae
5 changed files with 83 additions and 10 deletions

View File

@ -199,7 +199,7 @@ class _AttachmentFullScreenState extends State<AttachmentFullScreen> {
radius: 19,
),
),
const IgnorePointer(child: Gap(8)),
const Gap(8),
Expanded(
child: IgnorePointer(
child: Column(
@ -241,7 +241,7 @@ class _AttachmentFullScreenState extends State<AttachmentFullScreen> {
),
],
),
const IgnorePointer(child: Gap(4)),
const Gap(4),
IgnorePointer(
child: Text(
widget.item.alt,
@ -253,7 +253,7 @@ class _AttachmentFullScreenState extends State<AttachmentFullScreen> {
),
),
),
const IgnorePointer(child: Gap(2)),
const Gap(2),
IgnorePointer(
child: Wrap(
spacing: 6,