diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index f7bfed650c..e69e29280c 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -381,8 +381,7 @@ function readPromo() { } > div > i { - position: absolute; - right: 100%; + margin-left: -.5px; } > .info { display: flex; @@ -638,11 +637,15 @@ function readPromo() { &.max-width_450px { --avatarSize: 46px; + padding-top: 6px; > .note-context { padding-inline: 16px; margin-top: 0; > :not(.line) { - margin-top: 10px; + margin-top: 5px; + } + > .line { + margin-right: 10px; } } > .article {