fix timestamp width if there is a 2e2 indicator bar
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
b24e64f6fe
commit
9b54aba4c0
3 changed files with 10 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue