Rename ReplyThread to ReplyChain to avoid confusion with m.thread

This commit is contained in:
Germain Souquet 2021-10-15 17:42:44 +01:00
parent 4fb0d021ae
commit 5a7c0d87b6
15 changed files with 77 additions and 77 deletions

View file

@ -192,11 +192,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;
@ -247,7 +247,7 @@ limitations under the License.
.mx_EventTile_keyRequestInfo {
grid-area: link;
}
.mx_ReplyThread_wrapper {
.mx_ReplyChain_wrapper {
grid-area: reply;
}
}