mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-10 22:20:27 +00:00
Keep the BETA chip on the wordmark line
Smaller raised chip, nowrap on the wordmark — no second line under the traffic lights.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user