diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue index da2443239b..b346a15a04 100644 --- a/packages/client/src/components/MkNoteSub.vue +++ b/packages/client/src/components/MkNoteSub.vue @@ -28,6 +28,7 @@
+
{{ i18n.ts.continueThread }}
@@ -135,6 +136,11 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item :deep(.footer) { font-size: .9em; } + > .main:hover { + :deep(.footer .button) { + opacity: 1; + } + } } > .reply, > .more { margin-top: 10px; @@ -147,7 +153,23 @@ const replies: misskey.entities.Note[] = props.conversation?.filter(item => item } > .more { - padding: 10px 0 0 16px; + display: flex; + padding-block: 10px; + font-weight: 600; + > .line { + flex-grow: 0 !important; + margin-top: -10px !important; + margin-bottom: 10px !important; + margin-right: 10px !important; + &::before { + border-left-style: dashed !important; + border-bottom-left-radius: 100px !important; + } + } + i { + font-size: 1em !important; + vertical-align: middle !important; + } } &.reply-to, &.reply-to-more { diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index ca8bd8b435..ea76118a27 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -479,6 +479,7 @@ hr { } ._link { + position: relative; color: var(--link); &:after {