diff --git a/image/app/static/style.css b/image/app/static/style.css index eea3e8b..e5624e4 100644 --- a/image/app/static/style.css +++ b/image/app/static/style.css @@ -703,10 +703,11 @@ main { border: 1px solid var(--border); background: var(--surface-2); color: var(--text); - padding: 8px 14px; + padding: 6px 12px; border-radius: 8px; cursor: pointer; font: inherit; + font-size: 12px; font-weight: 500; transition: background 0.15s, border-color 0.15s, opacity 0.15s; } diff --git a/package/startos/versions/v0_1_0.ts b/package/startos/versions/v0_1_0.ts index fe482ae..0249626 100644 --- a/package/startos/versions/v0_1_0.ts +++ b/package/startos/versions/v0_1_0.ts @@ -1,10 +1,10 @@ import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const v0_1_0 = VersionInfo.of({ - version: '0.11.0:2', + version: '0.11.0:3', releaseNotes: { en_US: - 'v0.11.0:2 — pill sizing fix. The 0.11.0:1 .tag refactor added line-height: 1.5 + display: inline-block, which made every pill on the LLM cards and speech-models panel visually taller than the "Healthy" status pill on the Always-On Services cards. Dropped both additions and bumped .tag font-size from 11px → 12px so every pill on the dashboard now matches the .status pill exactly (12px, default inline, no explicit line-height). Cards, status, on-disk, mode, custom, and speech-model pills all render at the same footprint.', + 'v0.11.0:3 — button sizing fix. The "Reapply patches", "Restart container", "Switch to this", and "Download" buttons inherited 15px from the body font. Only the service-card action buttons (Start/Restart/Stop on parakeet/magpie) had an explicit 12px override — exactly the size you liked. Changed the base .btn to 12px font + 6px 12px padding so every action button across the dashboard matches the service-card button footprint. Per-context overrides (.service-actions .btn, .nim-card .btn, etc.) are now redundant but kept in place; they no longer make a visible difference.', }, migrations: { up: async ({ effects }) => {},