fix: chat terminal full width, revert grid stretch

This commit is contained in:
jae 2026-04-04 18:32:18 +00:00
parent b5cddb912e
commit 38a126273d

View file

@ -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;