From f5cee8b6b52b266c5ba28947a0b669957c02db10 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Wed, 7 May 2025 11:55:31 +0800 Subject: [PATCH] perf: make icon of model provider more tiny --- web/src/app/home/models/component/llm-card/LLMCard.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/home/models/component/llm-card/LLMCard.module.css b/web/src/app/home/models/component/llm-card/LLMCard.module.css index 30989ead..50506cd6 100644 --- a/web/src/app/home/models/component/llm-card/LLMCard.module.css +++ b/web/src/app/home/models/component/llm-card/LLMCard.module.css @@ -22,8 +22,8 @@ } .iconImage { - width: 4rem; - height: 4rem; + width: 3.8rem; + height: 3.8rem; margin: 0.2rem; border-radius: 50%; }