From b1849c3a34c786ffc5997b400ec839cbf018d445 Mon Sep 17 00:00:00 2001 From: felixindynamsoft Date: Thu, 12 Dec 2024 01:50:17 -0800 Subject: [PATCH] fix: result area height --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index d88ba1e..0e92df8 100644 --- a/css/index.css +++ b/css/index.css @@ -285,7 +285,7 @@ img { .result-container .result-area { width: 100%; - height: 100%; + height: 84%; display: flex; flex-direction: column; }