css: Reorder zulip.scss to put .sender-status alongside.

This commit is contained in:
majordwarf
2020-05-16 17:25:40 +05:30
committed by Tim Abbott
parent 2ffc69899f
commit 388e4622f0

View File

@@ -601,6 +601,18 @@ td.pointer {
}
}
.sender-status {
display: inline-block;
margin: 8px 0px 8px -3px;
/* this normalizes the margin of the emoji reactions with normal messages. */
padding-bottom: 5px;
vertical-align: middle;
line-height: 18px;
font-size: 14px;
position: relative;
max-width: calc(100% - 50px);
}
.sender-status .message_edit_notice {
line-height: 18px;
}
@@ -1051,18 +1063,6 @@ td.pointer {
margin-left: -3px;
}
.sender-status {
display: inline-block;
margin: 8px 0px 8px -3px;
/* this normalizes the margin of the emoji reactions with normal messages. */
padding-bottom: 5px;
vertical-align: middle;
line-height: 18px;
font-size: 14px;
position: relative;
max-width: calc(100% - 50px);
}
.sender_name-in-status {
margin-right: 3px;
font-weight: 700;