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

Loading…
Cancel
Save