chore: Follow up thread design

This commit is contained in:
Christian Kußowski 2025-11-05 09:41:17 +01:00
parent 64e7c7e9f6
commit 4786778449
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -879,7 +879,7 @@ class Message extends StatelessWidget {
? const SizedBox.shrink()
: Padding(
padding: const EdgeInsets.only(
top: 4.0,
top: 2.0,
bottom: 8.0,
left: Avatar.defaultSize + 8,
),