🐛 Fix chat username height difference
This commit is contained in:
parent
57279eb3e4
commit
ed2a9a21b6
@ -124,7 +124,7 @@ class ChatMessage extends StatelessWidget {
|
|||||||
dateFormatter.format(data.createdAt.toLocal()),
|
dateFormatter.format(data.createdAt.toLocal()),
|
||||||
).fontSize(13),
|
).fontSize(13),
|
||||||
],
|
],
|
||||||
),
|
).height(21),
|
||||||
if (isCompact) const Gap(8),
|
if (isCompact) const Gap(8),
|
||||||
if (data.preload?.quoteEvent != null)
|
if (data.preload?.quoteEvent != null)
|
||||||
StyledWidget(Container(
|
StyledWidget(Container(
|
||||||
|
Loading…
Reference in New Issue
Block a user