mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Always display the Sender in the reply tile
This commit is contained in:
parent
88884bbaad
commit
229d139568
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue