Fix threads in RTL
This commit is contained in:
parent
472af420c0
commit
d4b5c368f8
1 changed files with 2 additions and 27 deletions
|
@ -10,36 +10,11 @@
|
|||
}
|
||||
|
||||
.status__content-wrapper {
|
||||
padding-left: calc(42px + 12px);
|
||||
@apply pl-[calc(42px+12px)] rtl:pl-0 rtl:pr-[calc(42px+12px)];
|
||||
}
|
||||
|
||||
// &__descendants &__status:first-child {
|
||||
// margin-top: 10px;
|
||||
|
||||
// .status__wrapper--filtered {
|
||||
// margin-top: -10px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &__status--focused:first-child,
|
||||
// &__ancestors &__status:first-child {
|
||||
// margin-top: 10px;
|
||||
|
||||
// .status__wrapper--filtered {
|
||||
// margin-top: -10px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// &__descendants &__status:last-child {
|
||||
// margin-bottom: 10px;
|
||||
|
||||
// .status__wrapper--filtered {
|
||||
// margin-bottom: -10px;
|
||||
// }
|
||||
// }
|
||||
|
||||
&__connector {
|
||||
@apply bg-gray-200 dark:bg-primary-800 absolute w-0.5 left-5 hidden z-[1];
|
||||
@apply bg-gray-200 dark:bg-primary-800 absolute w-0.5 left-5 hidden z-[1] rtl:right-5 rtl:left-auto;
|
||||
|
||||
&--bottom {
|
||||
@apply block;
|
||||
|
|
Loading…
Reference in a new issue