diff --git a/src/styles/application.scss b/src/styles/application.scss index 4d1272eae..a60ef3e4b 100644 --- a/src/styles/application.scss +++ b/src/styles/application.scss @@ -13,7 +13,6 @@ @use 'components/compose-form'; @use 'components/status'; @use 'components/reply-mentions'; -@use 'components/detailed-status'; @use 'components/media-gallery'; @use 'components/notification'; @use 'components/display-name'; diff --git a/src/styles/components/detailed-status.scss b/src/styles/components/detailed-status.scss deleted file mode 100644 index ccefc753e..000000000 --- a/src/styles/components/detailed-status.scss +++ /dev/null @@ -1,15 +0,0 @@ -.thread { - @apply bg-white black:bg-black dark:bg-primary-900; - - &__status { - @apply relative pb-4; - - .status--wrapper { - @apply shadow-none p-0; - } - } - - .status--content-wrapper { - @apply pl-[calc(42px+12px)] rtl:pl-0 rtl:pr-[calc(42px+12px)]; - } -} diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index 89b4cb751..4c344ff82 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -17,7 +17,7 @@ } .thread { - @apply bg-white; + @apply bg-white black:bg-black dark:bg-primary-900; .status--content-wrapper { @apply pl-[54px] rtl:pl-0 rtl:pr-[54px];