Always display the Sender in the reply tile

This commit is contained in:
Germain Souquet 2021-07-22 15:22:18 +02:00
parent 88884bbaad
commit 229d139568

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;