2021-10-06 15:50:43 -07:00
|
|
|
.thread {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply bg-white dark:bg-primary-900 p-4 shadow-xl dark:shadow-none sm:p-6 sm:rounded-xl;
|
2021-10-09 09:42:31 -07:00
|
|
|
|
2021-10-06 15:50:43 -07:00
|
|
|
&__status {
|
2022-04-23 10:20:25 -07:00
|
|
|
@apply relative pb-4;
|
2021-10-08 09:53:15 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
.status__wrapper {
|
|
|
|
@apply shadow-none p-0;
|
2021-10-08 09:53:15 -07:00
|
|
|
}
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
2021-12-30 03:31:09 -08:00
|
|
|
|
2022-04-23 10:20:25 -07:00
|
|
|
.status__content-wrapper {
|
2022-03-21 11:09:01 -07:00
|
|
|
padding-left: calc(42px + 12px);
|
2021-10-09 09:42:31 -07:00
|
|
|
}
|
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// &__descendants &__status:first-child {
|
|
|
|
// margin-top: 10px;
|
2021-12-30 03:31:09 -08:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .status__wrapper--filtered {
|
|
|
|
// margin-top: -10px;
|
|
|
|
// }
|
|
|
|
// }
|
2021-10-09 09:42:31 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// &__status--focused:first-child,
|
|
|
|
// &__ancestors &__status:first-child {
|
|
|
|
// margin-top: 10px;
|
2021-10-06 15:50:43 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .status__wrapper--filtered {
|
|
|
|
// margin-top: -10px;
|
|
|
|
// }
|
|
|
|
// }
|
2021-10-06 15:50:43 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// &__descendants &__status:last-child {
|
|
|
|
// margin-bottom: 10px;
|
2021-10-06 15:50:43 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
// .status__wrapper--filtered {
|
|
|
|
// margin-bottom: -10px;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
|
|
|
|
&__connector {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply bg-gray-200 dark:bg-primary-800 absolute w-0.5 left-5 hidden;
|
2022-03-21 11:09:01 -07:00
|
|
|
|
|
|
|
&--bottom {
|
|
|
|
@apply block;
|
2022-04-23 10:20:25 -07:00
|
|
|
height: calc(100% - 42px - 8px - 1rem);
|
2022-03-21 11:09:01 -07:00
|
|
|
top: calc(12px + 42px);
|
2021-10-06 15:50:43 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-11-03 18:58:31 -07:00
|
|
|
|
|
|
|
.thread {
|
|
|
|
.ptr,
|
|
|
|
.ptr__children {
|
|
|
|
background: var(--foreground-color) !important;
|
|
|
|
border-radius: 10px;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
|
|
|
@media screen and (max-width: 580px) {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|