Move style rules related to ThreadPanel from EventTile (#8683)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
03c2bdbde1
commit
90dfb8d61f
2 changed files with 6 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue