From 8f1c2932eddf156ad3f74ebb017d1c1c67cf47a8 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 29 Dec 2025 13:31:16 +0100 Subject: [PATCH] move results below the user graph --- frontend/src/styles/test.scss | 2 +- frontend/src/styles/tribe.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index dd6e9c32c..981d6a483 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -676,10 +676,10 @@ align-items: center; grid-template-columns: auto 1fr; grid-template-areas: - "tribeResults tribeResults" "stats chart" "morestats morestats" "bottom bottom" + "tribeResults tribeResults" "tribeBottom tribeBottom"; // "wordsHistory wordsHistory" // "buttons buttons" diff --git a/frontend/src/styles/tribe.scss b/frontend/src/styles/tribe.scss index 4c5ddd5df..785fa5475 100644 --- a/frontend/src/styles/tribe.scss +++ b/frontend/src/styles/tribe.scss @@ -502,6 +502,7 @@ .pageTest { #result { #tribeResultBottom { + grid-area: tribeBottom; margin-top: 1rem; display: grid; grid-template-areas: