From 7828d067ab01ffb47bac9885f6161f07b6cf8bb3 Mon Sep 17 00:00:00 2001 From: Wx-2025 <351320169@qq.com> Date: Thu, 30 Oct 2025 18:19:24 +0800 Subject: [PATCH] Update style.css --- assets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 738650a..7cab4f2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,4 +1,3 @@ - :root { --amily2-bg-color: #2C2C2C; --amily2-button-color: #4A4A4A; @@ -719,3 +718,7 @@ hr.header-divider { #amily2_chat_optimiser .prompt-editor-area textarea { flex: 1; } + +#amily2_test_api_connection { + margin-left: 10px; +}