increase max image size
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Sarah Jamie Lewis 2022-06-23 16:00:54 -07:00
parent 9c9916e7c9
commit bf1eece1e2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class FileBubbleState extends State<FileBubble> {
filterQuality: FilterQuality.medium,
fit: BoxFit.scaleDown,
alignment: Alignment.center,
height: min(MediaQuery.of(context).size.height * 0.30, 100),
height: min(MediaQuery.of(context).size.height * 0.30, 150),
isAntiAlias: false,
errorBuilder: (context, error, stackTrace) {
return MalformedBubble();