Merge pull request #1007 from pangeachat/1003-keep-text-same-style-spacing-etc-in-overlay

make all message content text styles equal height
pull/1490/head
ggurdin 1 year ago committed by GitHub
commit 1a341cc72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -358,6 +358,9 @@ class MessageContent extends StatelessWidget {
fontSize: bigEmotes ? fontSize * 3 : fontSize,
decoration:
event.redacted ? TextDecoration.lineThrough : null,
// #Pangea
height: 1.3,
// Pangea#
),
options: const LinkifyOptions(humanize: false),
linkStyle: TextStyle(

Loading…
Cancel
Save