From 6bfbc188e5bf11126012c048f8c263a574c4deb8 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 27 Dec 2025 14:57:30 +0100 Subject: [PATCH] small margin --- frontend/src/styles/tribe.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index 1e28be717..4c5ddd5df 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -369,6 +369,7 @@ .messages { height: 20rem; overflow-y: scroll; + margin-bottom: 1em; .systemMessage { color: var(--sub-color); margin-top: 0.25rem;