diff --git a/components/MessageReply.vue b/components/MessageReply.vue index 47ac3ec..f60c0bc 100644 --- a/components/MessageReply.vue +++ b/components/MessageReply.vue @@ -1,7 +1,7 @@ @@ -61,7 +61,6 @@ function scrollToReply(e: MouseEvent) { #message-reply, .message-reply-preview { display: flex; text-align: left; - border-bottom: 1px solid var(--padding-color); margin-bottom: .5rem; cursor: pointer; overflow: hidden; @@ -72,7 +71,6 @@ function scrollToReply(e: MouseEvent) { } .message-reply-preview { - width: 30%; margin-left: .5dvw; } @@ -82,6 +80,8 @@ function scrollToReply(e: MouseEvent) { text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; + margin-top: .2rem; + border-bottom: 1px solid var(--padding-color); }