akkoma-fe/src/components/timeline/timeline.scss

32 lines
498 B
SCSS
Raw Normal View History

@import '../../_variables.scss';
.Timeline {
.loadmore-text {
opacity: 1;
}
&.-blocked {
cursor: progress;
}
2022-04-19 20:06:57 +00:00
.conversation-heading {
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
2022-05-09 20:11:50 +00:00
z-index: 1;
2022-04-19 20:06:57 +00:00
}
&.-nonpanel {
.timeline-heading {
text-align: center;
line-height: 2.75em;
padding: 0 0.5em;
}
2022-04-28 13:36:53 +00:00
.timeline-heading {
.button-default, .alert {
line-height: 2em;
width: 100%;
}
}
}
}