mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-11 14:50:14 +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-family: "Manrope", -apple-system, system-ui, sans-serif;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: -0.015em;
|
letter-spacing: -0.015em;
|
||||||
|
white-space: nowrap; /* the BETA chip rides the same line, never wraps under */
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@@ -1584,14 +1585,16 @@ html[data-platform="linux"] ::-webkit-scrollbar-thumb:hover { background-color:
|
|||||||
bundle/artifact names — those feed the updater) --------------------------------- */
|
bundle/artifact names — those feed the updater) --------------------------------- */
|
||||||
.beta-tag {
|
.beta-tag {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 6px;
|
margin-left: 5px;
|
||||||
padding: 1px 6px;
|
padding: 0.5px 4.5px;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
border: 1px solid var(--line-strong);
|
border: 1px solid var(--line-strong);
|
||||||
background: var(--paper);
|
background: var(--paper);
|
||||||
color: var(--muted);
|
color: var(--muted);
|
||||||
font-size: 9.5px;
|
font-size: 8.5px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.07em;
|
||||||
vertical-align: 2px;
|
/* 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