From 406b37f5bd4bf0bd1a00dccd40953f0e30997519 Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Mon, 21 Jul 2025 11:02:51 +0800 Subject: [PATCH] change search container default height (#8061) --- frontend/src/css/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/css/search.css b/frontend/src/css/search.css index c3abbf5fa5..e2168aa60b 100644 --- a/frontend/src/css/search.css +++ b/frontend/src/css/search.css @@ -17,7 +17,6 @@ position: absolute; top: 10px; right: 110px; - min-height: 200px; border-radius: 3px; box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1); background: var(--bs-body-bg); @@ -134,6 +133,7 @@ .search-result-container .search-result-list-container { + height: 400px; max-height: 400px; display: flex; flex-direction: column;