pleroma-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 22:06:57 +02:00
.conversation-heading {
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
z-index: 2;
2022-04-19 22:06:57 +02:00
}
&.-nonpanel {
.timeline-heading {
text-align: center;
line-height: 2.75em;
padding: 0 0.5em;
}
2022-04-28 15:36:53 +02:00
.timeline-heading {
.button-default, .alert {
line-height: 2em;
width: 100%;
}
}
}
}