chore: Make stickers smaller

This commit is contained in:
Krille 2024-01-31 14:30:26 +01:00
parent e96090051d
commit 1a2a25d394
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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);