mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 11:33:51 +00:00
me_messages: Improve grid, layout.
This commit is contained in:
@@ -291,6 +291,10 @@
|
|||||||
--message-box-avatar-height
|
--message-box-avatar-height
|
||||||
)
|
)
|
||||||
minmax(0, auto) repeat(3, auto);
|
minmax(0, auto) repeat(3, auto);
|
||||||
|
/* We align items to the baseline on me messages,
|
||||||
|
and unset the align-content property. */
|
||||||
|
align-items: baseline;
|
||||||
|
align-content: unset;
|
||||||
|
|
||||||
.message-avatar {
|
.message-avatar {
|
||||||
/* Set the line-height to match the height of the avatar image
|
/* Set the line-height to match the height of the avatar image
|
||||||
@@ -316,6 +320,11 @@
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message_edit_notice {
|
||||||
|
/* Unset the margin on a typical sender line. */
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.message_sender {
|
.message_sender {
|
||||||
/* Don't display message sender as flexbox for me-messages. */
|
/* Don't display message sender as flexbox for me-messages. */
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user