2021-03-11 15:14:30 +02:00
|
|
|
.Timeline {
|
2024-03-04 18:24:29 +02:00
|
|
|
.timeline-body {
|
|
|
|
background: none;
|
2024-03-25 16:30:21 +02:00
|
|
|
backdrop-filter: none;
|
2024-03-04 18:24:29 +02:00
|
|
|
}
|
|
|
|
|
2022-11-01 22:26:04 +02:00
|
|
|
.alert-badge {
|
|
|
|
font-size: 0.75em;
|
|
|
|
line-height: 1;
|
|
|
|
text-align: right;
|
2024-02-13 02:09:43 +02:00
|
|
|
border-radius: var(--roundness);
|
2022-11-01 22:26:04 +02:00
|
|
|
position: absolute;
|
|
|
|
left: calc(50% - 0.5em);
|
|
|
|
top: calc(50% - 0.4em);
|
|
|
|
padding: 0.2em;
|
|
|
|
margin-left: 0.7em;
|
|
|
|
margin-top: -1em;
|
|
|
|
}
|
|
|
|
|
2022-08-24 22:31:48 +03:00
|
|
|
.loadmore-button {
|
2022-11-01 23:05:17 +02:00
|
|
|
position: relative;
|
2022-08-24 22:31:48 +03:00
|
|
|
}
|
|
|
|
|
2021-03-11 15:14:30 +02:00
|
|
|
&.-blocked {
|
|
|
|
cursor: progress;
|
|
|
|
}
|
|
|
|
|
2022-04-19 23:06:57 +03:00
|
|
|
.conversation-heading {
|
2022-05-09 23:14:58 +03:00
|
|
|
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
|
2022-06-07 16:52:03 +03:00
|
|
|
z-index: 2;
|
2022-04-19 23:06:57 +03:00
|
|
|
}
|
2022-04-20 19:44:31 +03:00
|
|
|
|
2024-03-07 00:28:16 +02:00
|
|
|
&.-embedded {
|
2022-04-20 19:44:31 +03:00
|
|
|
.timeline-heading {
|
|
|
|
text-align: center;
|
|
|
|
line-height: 2.75em;
|
|
|
|
padding: 0 0.5em;
|
|
|
|
|
2024-03-07 00:28:16 +02:00
|
|
|
// Override the shrug empty filler
|
|
|
|
&:empty::before {
|
|
|
|
content: initial;
|
|
|
|
}
|
|
|
|
|
2023-01-09 13:02:16 -05:00
|
|
|
.button-default,
|
|
|
|
.alert {
|
2022-04-28 16:36:53 +03:00
|
|
|
line-height: 2em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2022-04-20 19:44:31 +03:00
|
|
|
}
|
|
|
|
}
|
2021-03-11 15:14:30 +02:00
|
|
|
}
|