pleroma-fe/src/components/timeline/timeline.scss
Henry Jameson 4d720974c3 minor fixes
2022-04-28 16:36:53 +03:00

30 lines
456 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;
}
.timeline-heading {
.button-default, .alert {
line-height: 2em;
width: 100%;
}
}
}
}