Promote development → master (initial production release: pre-release line + Stage 18) #104

Merged
developer merged 307 commits from development into master 2026-06-22 05:05:48 +00:00
Showing only changes of commit b5688d4848 - Show all commits
+4 -2
View File
@@ -1471,14 +1471,16 @@
min-width: 0;
}
/* A borderless icon button (like the tab bar), not a filled accent button — and disabled
while the pending word is known to be illegal. */
while the pending word is known to be illegal. The glyph is right-aligned within its box so
its right edge lands under the right edge of the preview caption above it (both sit at
var(--pad) from the screen edge — .status and .rack-row share that padding). */
.make {
min-width: 56px;
background: none;
color: var(--text);
border: none;
display: grid;
place-items: center;
place-items: center end;
font-size: 1.8rem;
}
.make:disabled {