From 296825471367aed3f3f2e2805855fd79499ab7df Mon Sep 17 00:00:00 2001 From: Rohit C Prasad Date: Thu, 23 Jul 2026 07:50:27 -0700 Subject: [PATCH] Keep the BETA chip on the wordmark line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Smaller raised chip, nowrap on the wordmark — no second line under the traffic lights. --- surfaces/gui/src/styles.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/surfaces/gui/src/styles.css b/surfaces/gui/src/styles.css index d2641780..3e8e3cce 100644 --- a/surfaces/gui/src/styles.css +++ b/surfaces/gui/src/styles.css @@ -10,6 +10,7 @@ font-family: "Manrope", -apple-system, system-ui, sans-serif; font-weight: 700; letter-spacing: -0.015em; + white-space: nowrap; /* the BETA chip rides the same line, never wraps under */ } :root { @@ -1584,14 +1585,16 @@ html[data-platform="linux"] ::-webkit-scrollbar-thumb:hover { background-color: bundle/artifact names — those feed the updater) --------------------------------- */ .beta-tag { display: inline-block; - margin-left: 6px; - padding: 1px 6px; + margin-left: 5px; + padding: 0.5px 4.5px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--paper); color: var(--muted); - font-size: 9.5px; + font-size: 8.5px; font-weight: 600; - letter-spacing: 0.08em; - vertical-align: 2px; + letter-spacing: 0.07em; + /* Raised toward the cap line — superscript-ish without true `super` (which reads + fussy on a pill); small + high keeps the wordmark the star. */ + vertical-align: 3px; }