mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
message_edit_history: Center align date.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user