mirror of https://github.com/zulip/zulip.git
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:
parent
eaaf26e182
commit
8ff3fb5fec
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue