css: Reorder zulip.scss to put `.message_sender` alongside.

This commit is contained in:
majordwarf 2020-05-17 08:27:44 +05:30 committed by Tim Abbott
parent b3a09c77d9
commit 888df23f03
1 changed files with 4 additions and 4 deletions

View File

@ -1098,6 +1098,10 @@ td.pointer {
position: relative;
}
.message_sender i.zulip-icon.bot {
font-size: 12px;
}
.sender_name {
display: inline-block;
font-weight: 700;
@ -1124,10 +1128,6 @@ td.pointer {
padding: 0 2px;
}
.message_sender i.zulip-icon.bot {
font-size: 12px;
}
.popover_info i.zulip-icon.bot {
margin-top: 3px;
}