Promote development → master (initial production release: pre-release line + Stage 18) #104
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user