From d4b5c368f8e600c4e104395f4c7464599a96687a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 23 Dec 2022 15:46:24 -0600 Subject: [PATCH] Fix threads in RTL --- app/styles/components/detailed-status.scss | 29 ++-------------------- 1 file changed, 2 insertions(+), 27 deletions(-) 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;