From 4fdf20f6d04b0a204a44dafea7b49a0e4f282ee1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 29 Dec 2025 13:42:28 +0100 Subject: [PATCH] chat input spacing --- frontend/src/styles/tribe.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index 9fea8d1df..36551e6ac 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -369,7 +369,6 @@ .messages { height: 20rem; overflow-y: scroll; - margin-bottom: 1em; .systemMessage { color: var(--sub-color); margin-top: 0.25rem; @@ -426,6 +425,7 @@ } .input input { width: 100%; + margin: 0.25em 0; } .whoIsTyping { .who {