diff --git a/app/styles/components/detailed-status.scss b/app/styles/components/detailed-status.scss index e91dfb6f8..7b5086776 100644 --- a/app/styles/components/detailed-status.scss +++ b/app/styles/components/detailed-status.scss @@ -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;