chore: Follow up paddings

This commit is contained in:
Krille 2025-02-25 14:56:59 +01:00
commit 7e8bb14c69
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 92 additions and 95 deletions

View file

@ -255,8 +255,9 @@ class SendFileDialogState extends State<SendFileDialog> {
return Image.memory(
bytes,
height: 256,
width:
widget.files.length == 1 ? 256 : null,
width: widget.files.length == 1
? 256 - 24
: null,
fit: BoxFit.contain,
errorBuilder: (context, e, s) {
Logs()