admin and higher limits

This commit is contained in:
Theo Browne
2026-02-22 01:20:19 -08:00
parent 4786fcfedb
commit dc9ac4e7c8
11 changed files with 1057 additions and 24 deletions

View File

@@ -55,6 +55,12 @@ body {
margin-bottom: 16px;
}
.page-links {
display: flex;
align-items: center;
gap: 14px;
}
.page-title {
font-family: 'JetBrains Mono', monospace;
font-size: 14px;
@@ -280,4 +286,4 @@ body {
.history-card__showdown {
grid-template-columns: 1fr;
}
}
}