Merge pull request #6446 from matrix-org/gsouquet/fix-18145

Always display the Sender in the reply tile
pull/21833/head
Germain 2021-07-22 15:12:09 +01:00 committed by GitHub
commit 09186f8ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ limitations under the License.
.mx_SenderProfile {
display: none;
}
.mx_ReplyTile .mx_SenderProfile {
display: block;
}
.mx_ReactionsRow {
float: right;
clear: right;