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:
parent
7ff850deea
commit
a425c5440b
2 changed files with 8 additions and 2 deletions
|
@ -34,7 +34,6 @@ $left-gutter: 65px;
|
|||
}
|
||||
|
||||
.mx_MessageTimestamp {
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
width: 46px; /* 8 + 30 (avatar) + 8 */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue