mirror of https://github.com/vector-im/riot-web
Merge pull request #6446 from matrix-org/gsouquet/fix-18145
Always display the Sender in the reply tilepull/21833/head
commit
09186f8ee9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue