From b5cddb912e8f573e4029b50cab6359342f86b4cd Mon Sep 17 00:00:00 2001 From: jae Date: Sat, 4 Apr 2026 18:30:05 +0000 Subject: [PATCH] fix: chat terminal fixed height, prevent resize during typewriter --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index c337650..3a95fb4 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: start; + align-items: stretch; animation: fadeIn 1s ease both; } @@ -1829,9 +1829,9 @@ a:hover { color: #fff; text-shadow: none; } .chat-terminal { display: flex; flex-direction: column; - height: 100%; - min-height: 420px; - max-height: 560px; + height: 500px; + + background: rgba(10, 10, 10, 0.85); border: 1px solid var(--border); backdrop-filter: blur(4px);