Move style rules related to ThreadPanel from EventTile (#8683)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user