mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 12:49:26 -05:00
Fixes from testing
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user