message_row: Reduce space above collapsed Show More button.

This only impacts collapsed Show More buttons in a message with a
sender.

Fixes #31221
This commit is contained in:
Karl Stolley 2024-09-10 15:19:15 -05:00 committed by Tim Abbott
parent eaaf26e182
commit 8ff3fb5fec
1 changed files with 6 additions and 0 deletions

View File

@ -410,6 +410,12 @@
}
}
}
.collapsed ~ .message_length_controller .message_length_toggle {
/* Collapse top margin to avoid extra space
between the button and sender line. */
margin-top: 0;
}
}
.message_controls {