Improve OpenAI settings help
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user