mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Updating timestamp format
This commit is contained in:
parent
650a0f1c1f
commit
95418089f3
@ -26,7 +26,7 @@ module.exports = React.createClass({
|
||||
var date = new Date(this.props.ts);
|
||||
return (
|
||||
<span className="mx_MessageTimestamp">
|
||||
{ DateUtils.formatDate(date) }
|
||||
{ DateUtils.formatTime(date) }
|
||||
</span>
|
||||
);
|
||||
},
|
||||
|
@ -34,7 +34,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_EventTile_continuation {
|
||||
padding-top: 8px ! important;
|
||||
padding-top: 0px ! important;
|
||||
}
|
||||
|
||||
.mx_EventTile_verified {
|
||||
|
Loading…
Reference in New Issue
Block a user