Merge pull request #6960 from matrix-org/gsouquet/rename-replythread

This commit is contained in:
Germain 2021-10-18 17:11:31 +01:00 committed by GitHub
commit 77e6e1c0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 77 additions and 77 deletions

View file

@ -214,11 +214,11 @@ limitations under the License.
flex-direction: column;
}
.mx_ReplyThread_show {
.mx_ReplyChain_show {
order: 99999;
}
.mx_ReplyThread {
.mx_ReplyChain {
.mx_EventTile_reply {
max-width: 90%;
padding: 0;
@ -269,7 +269,7 @@ limitations under the License.
.mx_EventTile_keyRequestInfo {
grid-area: link;
}
.mx_ReplyThread_wrapper {
.mx_ReplyChain_wrapper {
grid-area: reply;
}
}