mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Just be a little less ugly
This commit is contained in:
parent
f25bf58d6d
commit
2bd5b0fdad
6
css/atoms/MessageTimestamp.css
Normal file
6
css/atoms/MessageTimestamp.css
Normal file
@ -0,0 +1,6 @@
|
||||
.mx_MessageTimestamp {
|
||||
color: #777;
|
||||
width: 75px;
|
||||
font-size: 80%;
|
||||
display: inline-block;
|
||||
}
|
6
css/molecules/SenderProfile.css
Normal file
6
css/molecules/SenderProfile.css
Normal file
@ -0,0 +1,6 @@
|
||||
.mx_SenderProfile {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
color: #444;
|
||||
font-size: 80%;
|
||||
}
|
@ -20,7 +20,7 @@ module.exports = React.createClass({
|
||||
return (
|
||||
<div className="mx_MessageTile">
|
||||
<MessageTimestamp ts={this.props.mxEvent.getTs()} />
|
||||
<SenderProfile mxEvent={this.props.mxEvent} />:
|
||||
<SenderProfile mxEvent={this.props.mxEvent} />
|
||||
<TileType mxEvent={this.props.mxEvent} />
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user