mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-20 02:59:26 +01:00
Merge branch 'fix-bubble-padding' into 'main'
Fix 2nd bubble padding See merge request famedly/fluffychat!669
This commit is contained in:
commit
a61712e6f9
@ -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