chore: Make stickers smaller than normal image messages
This commit is contained in:
parent
621d52e993
commit
f279b40c67
2 changed files with 5 additions and 2 deletions
|
|
@ -67,7 +67,9 @@ class StickerPickerDialogState extends State<StickerPickerDialog> {
|
|||
GridView.builder(
|
||||
itemCount: imageKeys.length,
|
||||
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
|
||||
maxCrossAxisExtent: 128,
|
||||
maxCrossAxisExtent: 84,
|
||||
mainAxisSpacing: 8.0,
|
||||
crossAxisSpacing: 8.0,
|
||||
),
|
||||
shrinkWrap: true,
|
||||
physics: const NeverScrollableScrollPhysics(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue