feat(ui): Control UI polish — skills revamp, markdown preview, agent workspace, macOS config tree (#53411) thanks @BunsDev

Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com>
Co-authored-by: Nova <nova@openknot.ai>
This commit is contained in:
Val Alexander
2026-03-24 01:21:13 -05:00
parent ecb3aa7fe0
commit a710366e9e
40 changed files with 1534 additions and 662 deletions

View File

@@ -103,8 +103,8 @@
right: 8px;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
width: 24px;
height: 24px;
border: none;
border-radius: var(--radius-full);
background: var(--bg-hover);
@@ -869,6 +869,21 @@
border: 1px solid rgba(239, 68, 68, 0.3);
}
.cfg-field--error .cfg-input,
.cfg-field--error .cfg-textarea,
.cfg-field--error .cfg-select,
.cfg-field--error .cfg-number {
border-color: transparent;
box-shadow: none;
}
.cfg-field--error .cfg-input:focus,
.cfg-field--error .cfg-textarea:focus,
.cfg-field--error .cfg-select:focus {
border-color: var(--border);
box-shadow: none;
}
.cfg-field__label {
font-size: 12.5px;
font-weight: 600;