From 0fb95121a44569dde3f160d7bde5b00b210a2a9a Mon Sep 17 00:00:00 2001 From: mic Date: Fri, 2 Jan 2026 09:44:50 +0100 Subject: [PATCH] css correctly imported. labels width fixed. see #102 --- pages/_lib/connection-ui.css | 4 ++++ pages/customprompts/mzta-custom-prompts.css | 5 ----- pages/customprompts/mzta-custom-prompts.html | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/_lib/connection-ui.css b/pages/_lib/connection-ui.css index 5b63569d..b4501afc 100644 --- a/pages/_lib/connection-ui.css +++ b/pages/_lib/connection-ui.css @@ -37,6 +37,10 @@ textarea.option-textarea{ height: 10em; } +label{ + width: -moz-available; +} + .api_key-container { position: relative; width: 100%; diff --git a/pages/customprompts/mzta-custom-prompts.css b/pages/customprompts/mzta-custom-prompts.css index 0346bab2..78ccf3e3 100644 --- a/pages/customprompts/mzta-custom-prompts.css +++ b/pages/customprompts/mzta-custom-prompts.css @@ -376,9 +376,4 @@ input.input_additional[type="text"]{ background-color: #0f2437; } - @media (prefers-color-scheme: dark) { - .api_key-container .toggle-icon img { - filter: invert(1); - } - } } \ No newline at end of file diff --git a/pages/customprompts/mzta-custom-prompts.html b/pages/customprompts/mzta-custom-prompts.html index cedae75c..239375fd 100644 --- a/pages/customprompts/mzta-custom-prompts.html +++ b/pages/customprompts/mzta-custom-prompts.html @@ -4,6 +4,7 @@ ThunderAI - __MSG_customPrompts_managePrompts__ +