mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `.message_sender` alongside.
This commit is contained in:
parent
b3a09c77d9
commit
888df23f03
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue