chore: update landing and inspector content

This commit is contained in:
Nathan Flurry 2026-01-27 22:29:35 -08:00
parent c7fbb33fed
commit 30c4ad6b39
8 changed files with 128 additions and 129 deletions

View file

@ -719,7 +719,6 @@
.empty-state .button {
margin-top: 16px;
min-width: 180px;
width: auto;
}
@ -1032,8 +1031,8 @@
/* Setup Row */
.setup-row {
display: flex;
align-items: center;
gap: 8px;
align-items: flex-end;
gap: 12px;
padding: 8px 12px;
background: var(--surface-2);
border-top: 1px solid var(--border);
@ -1041,6 +1040,19 @@
flex-wrap: wrap;
}
.setup-field {
display: flex;
flex-direction: column;
gap: 4px;
}
.setup-label {
font-size: 10px;
color: var(--muted);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.setup-select {
background: var(--surface);
border: 1px solid var(--border-2);