Move '.mx_ThreadSummary' from _ThreadPanel.scss to _TimelineCard.scss (#8661)
This commit is contained in:
parent
79ad065d6a
commit
348863debb
2 changed files with 19 additions and 16 deletions
|
@ -176,22 +176,6 @@ limitations under the License.
|
||||||
// Account for scrollbar when hovering
|
// Account for scrollbar when hovering
|
||||||
padding-top: 0;
|
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 {
|
.mx_DateSeparator {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
.mx_CallEvent_wrapper {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: auto 5px;
|
margin: auto 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue