2021-03-11 13:14:30 +00:00
|
|
|
@import '../../_variables.scss';
|
|
|
|
|
|
|
|
.Timeline {
|
|
|
|
.loadmore-text {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.-blocked {
|
|
|
|
cursor: progress;
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-heading {
|
|
|
|
max-width: 100%;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.loadmore-button {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loadmore-text {
|
|
|
|
flex-shrink: 0;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.timeline-footer {
|
|
|
|
border: none;
|
|
|
|
}
|
2022-04-19 20:06:57 +00:00
|
|
|
|
|
|
|
.conversation-heading {
|
|
|
|
top: calc(var(--panel-heading-height) * 2);
|
|
|
|
}
|
2021-03-11 13:14:30 +00:00
|
|
|
}
|