mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
Always display the Sender in the reply tile
This commit is contained in:
parent
88884bbaad
commit
229d139568
@ -97,6 +97,11 @@ limitations under the License.
|
||||
.mx_SenderProfile {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mx_ReplyTile .mx_SenderProfile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mx_ReactionsRow {
|
||||
float: right;
|
||||
clear: right;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user