mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 16:51:52 +01:00
Initial reposition of the timestamp
This commit is contained in:
parent
40aee5b03d
commit
2c8e7782c5
@ -19,6 +19,7 @@ limitations under the License.
|
||||
clear: both;
|
||||
padding-top: 24px;
|
||||
margin-left: 65px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mx_EventTile_avatar {
|
||||
@ -54,8 +55,14 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
white-space: nowrap;
|
||||
color: #acacac;
|
||||
font-size: 11px;
|
||||
left: -57px;
|
||||
top: 3px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.mx_EventTile_line {
|
||||
@ -181,13 +188,6 @@ limitations under the License.
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.mx_EventTile .mx_MessageTimestamp {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.mx_EventTile_last .mx_MessageTimestamp {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user