chore: Make stickers smaller

pull/830/head
Krille 2 years ago
parent e96090051d
commit 1a2a25d394
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -23,8 +23,8 @@ class StickerState extends State<Sticker> {
Widget build(BuildContext context) {
return ImageBubble(
widget.event,
width: 400,
height: 400,
width: 256,
height: 256,
fit: BoxFit.contain,
onTap: () {
setState(() => animated = true);

Loading…
Cancel
Save