forked from matrix/element-web
improve spacing a bit
This commit is contained in:
parent
6d6e1366dc
commit
1d3c821672
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
.mx_EventTile {
|
||||
max-width: 100%;
|
||||
clear: both;
|
||||
margin-top: 32px;
|
||||
margin-top: 24px;
|
||||
margin-left: 56px;
|
||||
}
|
||||
|
||||
|
@ -53,6 +53,10 @@ limitations under the License.
|
|||
float: right;
|
||||
}
|
||||
|
||||
.mx_EventTile_line {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.mx_EventTile_content {
|
||||
padding-right: 100px;
|
||||
display: block;
|
||||
|
@ -91,9 +95,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_EventTile_editButton {
|
||||
clear: right;
|
||||
float: right;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 15px;
|
||||
visibility: hidden;
|
||||
border: 0px;
|
||||
outline: none;
|
||||
|
|
|
@ -122,7 +122,7 @@ module.exports = React.createClass({
|
|||
<div className={classes}>
|
||||
{ avatar }
|
||||
{ sender }
|
||||
<div>
|
||||
<div className="mx_EventTile_line">
|
||||
{ timestamp }
|
||||
{ editButton }
|
||||
<EventTileType mxEvent={this.props.mxEvent} />
|
||||
|
|
Loading…
Reference in New Issue