mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
fix: 2nd bubble padding
This commit is contained in:
parent
0f186b51ca
commit
267f83e24c
@ -105,7 +105,6 @@ class Message extends StatelessWidget {
|
||||
sameSender || ownMessage
|
||||
? SizedBox(
|
||||
width: Avatar.defaultSize,
|
||||
height: Avatar.defaultSize,
|
||||
child: event.status == EventStatus.sending
|
||||
? const Center(
|
||||
child: SizedBox(
|
||||
@ -280,6 +279,7 @@ class Message extends StatelessWidget {
|
||||
)),
|
||||
),
|
||||
row,
|
||||
if (event.hasAggregatedEvents(timeline, RelationshipTypes.reaction))
|
||||
Padding(
|
||||
padding: EdgeInsets.only(
|
||||
top: 4.0,
|
||||
|
Loading…
Reference in New Issue
Block a user