mirror of https://github.com/zulip/zulip.git
message_edit_history: Center align date.
This commit is contained in:
parent
90ace319d5
commit
659ad1544b
|
@ -3,6 +3,18 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.date_row > span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.message_time {
|
||||
position: static;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue