chore: Make stickers smaller

This commit is contained in:
Krille 2024-01-31 14:30:26 +01:00
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) { Widget build(BuildContext context) {
return ImageBubble( return ImageBubble(
widget.event, widget.event,
width: 400, width: 256,
height: 400, height: 256,
fit: BoxFit.contain, fit: BoxFit.contain,
onTap: () { onTap: () {
setState(() => animated = true); setState(() => animated = true);