message_edit_history: Center align date.

This commit is contained in:
Aman Agrawal 2022-12-14 07:10:56 +00:00 committed by Tim Abbott
parent 90ace319d5
commit 659ad1544b
1 changed files with 12 additions and 0 deletions

View File

@ -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;
}