mirror of https://github.com/vector-im/riot-web
Move '.mx_ThreadSummary' from _ThreadPanel.scss to _TimelineCard.scss (#8661)
parent
79ad065d6a
commit
348863debb
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue