mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-04 07:31:58 +00:00
fix(kanban): stop forcing dashboard text to all caps (#26413)
This commit is contained in:
parent
6a20ad6c0a
commit
4414a99d8c
2 changed files with 1 additions and 6 deletions
2
plugins/kanban/dashboard/dist/index.js
vendored
2
plugins/kanban/dashboard/dist/index.js
vendored
|
|
@ -1701,7 +1701,7 @@
|
|||
return h("div", { className: "hermes-kanban-boardswitcher" },
|
||||
h("div", { className: "hermes-kanban-boardswitcher-inner" },
|
||||
h("div", { className: "flex flex-col gap-0.5" },
|
||||
h("div", { className: "text-[11px] uppercase tracking-wider text-muted-foreground" },
|
||||
h("div", { className: "text-[11px] tracking-wider text-muted-foreground" },
|
||||
tx(t, "board", "Board")),
|
||||
h("div", { className: "flex items-center gap-2" },
|
||||
h(Select, Object.assign({
|
||||
|
|
|
|||
5
plugins/kanban/dashboard/dist/style.css
vendored
5
plugins/kanban/dashboard/dist/style.css
vendored
|
|
@ -465,7 +465,6 @@
|
|||
.hermes-kanban-section-head {
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
color: var(--color-muted-foreground);
|
||||
}
|
||||
|
|
@ -611,7 +610,6 @@
|
|||
}
|
||||
.hermes-kanban-deps-label {
|
||||
font-size: 0.68rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
color: var(--color-muted-foreground);
|
||||
min-width: 4rem;
|
||||
|
|
@ -691,7 +689,6 @@
|
|||
border: 0;
|
||||
color: var(--color-muted-foreground);
|
||||
font-size: 0.7rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
|
|
@ -869,7 +866,6 @@
|
|||
.hermes-kanban-run-outcome {
|
||||
font-family: var(--font-mono, ui-monospace, monospace);
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
|
|
@ -929,7 +925,6 @@
|
|||
.hermes-kanban-run-meta-label {
|
||||
font-size: 0.65rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.06em;
|
||||
color: var(--color-muted-foreground);
|
||||
padding-bottom: 0.15rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue