diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue
index 8afb3acb1f..b1f3720d59 100644
--- a/packages/frontend/src/components/MkNoteDetailed.vue
+++ b/packages/frontend/src/components/MkNoteDetailed.vue
@@ -176,8 +176,18 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -822,10 +832,34 @@ function loadConversation() {
}
}
-.historyNote {
- padding-top: 10px;
- min-height: 75px;
- overflow: auto;
+.historyRoot {
+ display: flex;
+ margin: 0;
+ padding: 10px;
+ overflow: clip;
+ font-size: 0.95em;
+}
+
+.historyMain {
+ flex: 1;
+ min-width: 0;
+}
+
+.historyHeader {
+ margin-bottom: 2px;
+ font-weight: bold;
+ width: 100%;
+ overflow: clip;
+ text-overflow: ellipsis;
+}
+.avatar {
+ flex-shrink: 0 !important;
+ display: block !important;
+ margin: 0 10px 0 0 !important;
+ width: 40px !important;
+ height: 40px !important;
+ border-radius: 8px !important;
+ pointer-events: none !important;
}
.muted {