fix timestamp width if there is a 2e2 indicator bar

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann
2021-01-31 11:11:34 +01:00
parent b24e64f6fe
commit 9b54aba4c0
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ $left-gutter: 64px;
.mx_MessageTimestamp {
position: absolute;
width: 46px; /* 8 + 30 (avatar) + 8 */
width: $MessageTimestamp_width;
}
.mx_EventTile_line, .mx_EventTile_reply {