1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Show username on continuations

This commit is contained in:
Jorik Schellekens
2020-05-13 17:05:37 +01:00
parent 312b616d77
commit 5c2abcf1a4

View File

@ -157,16 +157,6 @@ $irc-line-height: $font-18px;
}
}
.mx_EventTile_continuation:not(.mx_EventTile_info) {
> .mx_EventTile_avatar {
visibility: hidden;
}
> .mx_SenderProfile {
visibility: hidden;
}
}
// Suppress highlight thing from the normal Layout.
.mx_EventTile:hover.mx_EventTile_verified .mx_EventTile_line,
.mx_EventTile:hover.mx_EventTile_unverified .mx_EventTile_line,