Improve OpenAI settings help

This commit is contained in:
rajchales-monito
2026-07-29 21:21:39 +02:00
parent 227fcc2084
commit d1cd58c586
3 changed files with 27 additions and 4 deletions
+18
View File
@@ -225,6 +225,24 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
width: auto;
margin: 0;
}
.effect-settings .full-row,
.effect-settings .ai-help {
grid-column: 1 / -1;
}
.effect-settings .full-row {
display: grid;
align-items: stretch;
}
.ai-help {
margin: 0;
color: var(--muted);
font-size: 12px;
line-height: 1.4;
}
.ai-help a {
color: var(--brand);
font-weight: 700;
}
.effect-settings input[type="password"],
.effect-settings select {
width: 100%;