feat(ui): UI polish batch (toast, gestures, lobby, settings, admin count) #84

Merged
developer merged 4 commits from feature/ui-polish-batch into development 2026-06-19 08:17:51 +00:00
Showing only changes of commit b5688d4848 - Show all commits
+4 -2
View File
@@ -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 {