@@ -275,6 +277,7 @@ import MkPagination, { type Paging } from '@/components/MkPagination.vue';
import MkReactionIcon from '@/components/MkReactionIcon.vue';
import MkButton from '@/components/MkButton.vue';
import { isEnabledUrlPreview, instance } from '@/instance.js';
+import { url } from '@/config.js';
const props = withDefaults(defineProps<{
note: Misskey.entities.Note;
@@ -699,11 +702,14 @@ function loadConversation() {
align-items: center;
}
-.noteHeaderInstanceIcon {
+.noteHeaderInstanceIconLink {
display: inline-block;
+ margin-left: 4px;
+}
+
+.noteHeaderInstanceIcon {
width: 32px;
height: 32px;
- margin-left: 4px;
}
.noteHeaderUsername {
diff --git a/packages/frontend/src/pages/embed/user-timeline.vue b/packages/frontend/src/pages/embed/user-timeline.vue
index 616eef1176..6cb35e3e5f 100644
--- a/packages/frontend/src/pages/embed/user-timeline.vue
+++ b/packages/frontend/src/pages/embed/user-timeline.vue
@@ -8,7 +8,25 @@ SPDX-License-Identifier: AGPL-3.0-only
-
{{ user.name }} のノート
+
+
+
+
+
+
+