Align message timestamp centrally about the avatar mid-point

Tested visually against any unintended changes to the alignment of e2e icons, with timestamps on 12h and 24h mode.
This commit is contained in:
Luke Barnard 2017-06-07 10:19:58 +01:00
parent 13c780c7c5
commit 784e52f249
2 changed files with 7 additions and 7 deletions

View file

@ -16,8 +16,8 @@ limitations under the License.
'use strict';
const React = require('react');
const DateUtils = require('matrix-react-sdk/lib/DateUtils');
import React from 'react';
import DateUtils from 'matrix-react-sdk/lib/DateUtils';
module.exports = React.createClass({
displayName: 'MessageTimestamp',