Promote development → master (initial production release: pre-release line + Stage 18) #104
@@ -1471,14 +1471,16 @@
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
}
|
}
|
||||||
/* A borderless icon button (like the tab bar), not a filled accent button — and disabled
|
/* 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 {
|
.make {
|
||||||
min-width: 56px;
|
min-width: 56px;
|
||||||
background: none;
|
background: none;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
border: none;
|
border: none;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center end;
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
.make:disabled {
|
.make:disabled {
|
||||||
|
|||||||
Reference in New Issue
Block a user