fix: mobile UI issues (#4020)

* fix: color picker overflow

* fix: image picker overflow

* feat: expand list item to 48.0
This commit is contained in:
Lucas.Xu
2023-11-27 13:51:05 +08:00
committed by GitHub
parent cac3acd553
commit c659cf4ff2
10 changed files with 91 additions and 67 deletions

View File

@ -11,7 +11,7 @@ Future<T?> showFlowyMobileBottomSheet<T>(
context: context,
isScrollControlled: isScrollControlled,
builder: (context) => Padding(
padding: const EdgeInsets.fromLTRB(16, 16, 16, 32),
padding: const EdgeInsets.all(16.0),
child: Column(
mainAxisSize: MainAxisSize.min,
children: [