Fix visibility of message timestamps

Fixes https://github.com/vector-im/riot-web/issues/13736

This also fixes an unreported but complained about issue regarding the 'always show timestamps' option not working.

Looks like this regressed in https://github.com/matrix-org/matrix-react-sdk/pull/4531 when things got shuffled around.
This commit is contained in:
Travis Ralston 2020-05-21 16:34:23 -06:00
parent 7ff850deea
commit a425c5440b
2 changed files with 8 additions and 2 deletions

View file

@ -34,7 +34,6 @@ $left-gutter: 65px;
}
.mx_MessageTimestamp {
visibility: hidden;
position: absolute;
width: 46px; /* 8 + 30 (avatar) + 8 */
}