yandere_fe/src/components/timeline/timeline.scss

44 lines
750 B
SCSS
Raw Normal View History

2023-01-09 13:02:16 -05:00
@import "../../variables";
.Timeline {
.alert-badge {
font-size: 0.75em;
line-height: 1;
text-align: right;
2024-02-13 02:09:43 +02:00
border-radius: var(--roundness);
position: absolute;
left: calc(50% - 0.5em);
top: calc(50% - 0.4em);
padding: 0.2em;
margin-left: 0.7em;
margin-top: -1em;
}
.loadmore-button {
2022-11-01 23:05:17 +02:00
position: relative;
}
&.-blocked {
cursor: progress;
}
2022-04-19 23:06:57 +03:00
.conversation-heading {
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
z-index: 2;
2022-04-19 23:06:57 +03:00
}
&.-nonpanel {
.timeline-heading {
text-align: center;
line-height: 2.75em;
padding: 0 0.5em;
2023-01-09 13:02:16 -05:00
.button-default,
.alert {
2022-04-28 16:36:53 +03:00
line-height: 2em;
width: 100%;
}
}
}
}