From 82796377ee7d68524e7f3f661f0bc18750b135db Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Sun, 1 Jun 2025 16:57:56 +0200 Subject: [PATCH] feat: change non-grouped messages to have margin-top instead of margin-bottom --- components/Message.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Message.vue b/components/Message.vue index 592a995..baf954a 100644 --- a/components/Message.vue +++ b/components/Message.vue @@ -102,8 +102,8 @@ onMounted(async () => { align-items: center; } -.message-margin-bottom { - margin-bottom: 1dvh; +.normal-message { + margin-top: 1dvh; } #last-message {