diff --git a/examples/server/themes/mount-ai/style.css b/examples/server/themes/mount-ai/style.css index a0e1ddf8c..4e1fee206 100644 --- a/examples/server/themes/mount-ai/style.css +++ b/examples/server/themes/mount-ai/style.css @@ -187,6 +187,20 @@ textarea-sec::placeholder, input-sec::placeholder { padding-left: 10px; } +.apiKey input[type="text"] { + font-family: Arial, sans-serif; + font-size: medium; + font-weight: 500; + padding: 5px; + border: 1px solid var(--border-color-2); +} + +.apiKey label { + display: inline-block; + width: auto; + margin-right: 5px; +} + .toggleCheckbox { display: none; }