mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
css: Reorder zulip.scss to put .sender-status alongside.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user