Move style rules related to ThreadPanel from EventTile (#8683)

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara 2022-05-25 07:36:12 +00:00 committed by GitHub
parent 03c2bdbde1
commit 90dfb8d61f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 13 deletions

View file

@ -120,6 +120,8 @@ limitations under the License.
}
&.mx_ThreadView {
max-height: 100%;
// Inside a thread timeline only
.mx_GenericEventListSummary {
&:not([data-layout=bubble]) > .mx_EventTile_line {
@ -137,6 +139,10 @@ limitations under the License.
border-radius: 8px;
}
}
.mx_MessageComposer_sendMessage {
margin-right: 0;
}
}
.mx_RoomView_messagePanel { // To avoid the rule from being applied to .mx_ThreadPanel_empty