Fixes from testing

This commit is contained in:
Kalle
2026-09-23 22:35:59 +03:00
parent a33b37b5dd
commit e43cf89c66
9 changed files with 289 additions and 73 deletions

View File

@@ -82,8 +82,15 @@
gap: var(--s-2) var(--s-3);
}
.numberColumn {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--s-0-5);
}
.number {
font-size: var(--font-2xs);
font-size: 0.55rem;
font-weight: var(--weight-semi);
text-transform: uppercase;
letter-spacing: 0.08em;
@@ -91,6 +98,12 @@
white-space: nowrap;
}
.scannedAt {
font-size: var(--font-2xs);
color: var(--color-text);
white-space: nowrap;
}
.mode {
flex-shrink: 0;
filter: drop-shadow(0 1px 2px rgb(0 0 0 / 0.5));