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 a56ca3e9f20e9b01236b58be7a279d28b97e74bc)
This commit is contained in:
parent
33c8368734
commit
8bc0de19dc
|
@ -450,6 +450,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