From 38a126273d3bb0d6c9395788e0dc6fb5efd5e989 Mon Sep 17 00:00:00 2001 From: jae Date: Sat, 4 Apr 2026 18:32:18 +0000 Subject: [PATCH] fix: chat terminal full width, revert grid stretch --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 3a95fb4..94b6b12 100644 --- a/css/style.css +++ b/css/style.css @@ -348,7 +348,7 @@ a:hover { color: #fff; text-shadow: none; } grid-template-columns: 400px 1fr 420px; grid-template-rows: auto; gap: 1.5rem; - align-items: stretch; + align-items: start; animation: fadeIn 1s ease both; } @@ -362,7 +362,7 @@ a:hover { color: #fff; text-shadow: none; } .hud-col-center { display: flex; flex-direction: column; - align-items: center; + align-items: stretch; justify-content: center; min-height: 400px; min-width: 0; @@ -1827,6 +1827,7 @@ a:hover { color: #fff; text-shadow: none; } JAE-AI CHAT TERMINAL ============================ */ .chat-terminal { + width: 100%; display: flex; flex-direction: column; height: 500px;