Move '.mx_ThreadSummary' from _ThreadPanel.scss to _TimelineCard.scss (#8661)

This commit is contained in:
Suguru Hirahara 2022-05-21 09:34:00 +00:00 committed by GitHub
parent 79ad065d6a
commit 348863debb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 16 deletions

View file

@ -176,22 +176,6 @@ limitations under the License.
// Account for scrollbar when hovering
padding-top: 0;
.mx_ThreadSummary {
position: relative;
padding-right: 11px;
&::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -16px;
height: 1px;
width: 100%;
border-bottom: 1px solid $message-action-bar-border-color;
}
}
.mx_DateSeparator {
display: none;
}

View file

@ -105,6 +105,25 @@ limitations under the License.
}
}
.mx_EventTile,
.mx_GenericEventListSummary {
.mx_ThreadSummary {
position: relative;
padding-right: 11px;
&::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: -16px;
height: 1px;
width: 100%;
border-bottom: 1px solid $message-action-bar-border-color;
}
}
}
.mx_CallEvent_wrapper {
justify-content: center;
margin: auto 5px;