Remove "detailed-status.scss" and fix "background" of thread

This commit is contained in:
danidfra 2024-11-12 14:29:57 -03:00
parent a28e061eb2
commit b70ab9a167
3 changed files with 1 additions and 17 deletions

View File

@ -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';

View File

@ -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)];
}
}

View File

@ -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];