🐛 Fix chat username height difference

This commit is contained in:
LittleSheep 2025-01-06 19:18:00 +08:00
parent 57279eb3e4
commit ed2a9a21b6

View File

@ -124,7 +124,7 @@ class ChatMessage extends StatelessWidget {
dateFormatter.format(data.createdAt.toLocal()),
).fontSize(13),
],
),
).height(21),
if (isCompact) const Gap(8),
if (data.preload?.quoteEvent != null)
StyledWidget(Container(