forked from matrix/element-web
Initial reposition of the timestamp
This commit is contained in:
parent
40aee5b03d
commit
2c8e7782c5
|
@ -19,6 +19,7 @@ limitations under the License.
|
||||||
clear: both;
|
clear: both;
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
margin-left: 65px;
|
margin-left: 65px;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_avatar {
|
.mx_EventTile_avatar {
|
||||||
|
@ -54,8 +55,14 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile .mx_MessageTimestamp {
|
.mx_EventTile .mx_MessageTimestamp {
|
||||||
|
display: block;
|
||||||
|
visibility: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
left: -57px;
|
||||||
|
top: 3px;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
|
@ -181,13 +188,6 @@ limitations under the License.
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile .mx_MessageTimestamp {
|
|
||||||
display: block;
|
|
||||||
visibility: hidden;
|
|
||||||
text-align: right;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_EventTile_last .mx_MessageTimestamp {
|
.mx_EventTile_last .mx_MessageTimestamp {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue