mirror of https://github.com/zulip/zulip.git
Center the message condenser messages with respect to the message body
Previously it was centered with respect to its enclosing div, which looked slightly off. (imported from commit da64f33551b500857bb91cb3ece959aafc9b1eb0)
This commit is contained in:
parent
c92d664b44
commit
e5c62d164c
|
@ -446,6 +446,10 @@ table.focused_table {
|
|||
display: none;
|
||||
text-align: center;
|
||||
color: #0088CC;
|
||||
|
||||
/* to match .message_content */
|
||||
margin-left: 5px;
|
||||
margin-right: 35px;
|
||||
}
|
||||
|
||||
.message_length_controller:hover {
|
||||
|
|
Loading…
Reference in New Issue