1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

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

Always display the Sender in the reply tile
This commit is contained in:
Germain
2021-07-22 15:12:09 +01:00
committed by GitHub

View File

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