diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue
index 48e9866d8d..7fc7fc8dd1 100644
--- a/packages/client/src/components/MkNoteSub.vue
+++ b/packages/client/src/components/MkNoteSub.vue
@@ -10,13 +10,17 @@
({{ i18n.ts.deleted }})
-
-
+
+
+
+
+
+
{{ i18n.ts.quoteAttached }}: ...
@@ -45,6 +49,7 @@ import { i18n } from '@/i18n';
const props = defineProps<{
note: misskey.entities.Note;
parentId?;
+ conversation?;
detailed?: boolean;
}>();
@@ -64,10 +69,6 @@ const urls = props.note.text ? extractUrlFromMfm(mfm.parse(props.note.text)) : n
overflow-wrap: break-word;
> .body {
- > .reply-icon {
- margin-right: 6px;
- color: var(--accent);
- }
> .rp {
margin-left: 4px;
diff --git a/packages/client/src/pages/note.vue b/packages/client/src/pages/note.vue
index 1b0380cc20..1baf1894fb 100644
--- a/packages/client/src/pages/note.vue
+++ b/packages/client/src/pages/note.vue
@@ -1,8 +1,8 @@
-
-
+
+
@@ -202,13 +202,5 @@ definePageMetadata(computed(() => note ? {
}
}
}
- #calckey_app > :not(.mk-deck) {
- &.max-width_500px > .note {
- margin-inline: -24px;
- }
- &.max-width_350px > .note {
- margin-inline: -12px;
- }
- }
}