some fixes

This commit is contained in:
Ayzen
2026-06-06 01:42:18 +03:00
parent 69a96e4c26
commit b3a8cd834f
7 changed files with 238 additions and 89 deletions
+15
View File
@@ -208,6 +208,21 @@ body {
flex-shrink: 0;
accent-color: var(--accent);
}
.field textarea {
width: 160px;
flex-shrink: 0;
min-height: 52px;
resize: vertical;
background: var(--panel);
border: 1px solid var(--border);
border-radius: 7px;
padding: 4px 7px;
color: var(--text);
font-family: var(--mono);
font-size: 12px;
}
.field textarea:focus { outline: none; border-color: var(--accent); }
.on-start-hint { color: var(--muted); font-size: 11px; font-style: italic; }
.settings-actions {
display: flex;