akkoma-fe/src/components/timeline/timeline.scss
Henry Jameson ed80ecfdbd cleanup
2022-04-21 00:27:48 +03:00

28 lines
416 B
SCSS

@import '../../_variables.scss';
.Timeline {
.loadmore-text {
opacity: 1;
}
&.-blocked {
cursor: progress;
}
.conversation-heading {
top: calc(var(--panel-heading-height) * 2);
}
&.-nonpanel {
.timeline-heading {
text-align: center;
line-height: 2.75em;
padding: 0 0.5em;
}
.button-default, .alert {
line-height: 2em;
width: 100%;
}
}
}