Skip to content

Commit 5636e72

Browse files
PIG208chrisbobbe
andcommitted
msglist: Put edit-message progress bar in top half of 4px bottom padding
This is where the progress bar for outbox messages will go, so this is for consistency with that. Discussion: zulip#1453 (comment) [chris: fixed to maintain 4px bottom padding in the common case where the progress bar is absent] Co-authored-by: Chris Bobbe <[email protected]>
1 parent 145e99f commit 5636e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ class _EditMessageStatusRow extends StatelessWidget {
15981598
return switch (status) {
15991599
// TODO parse markdown and show new content as local echo?
16001600
false => Padding(
1601-
padding: const EdgeInsets.only(bottom: 4),
1601+
padding: const EdgeInsets.only(bottom: 2),
16021602
child: Column(
16031603
crossAxisAlignment: CrossAxisAlignment.stretch,
16041604
spacing: 1.5,

0 commit comments

Comments
 (0)