Add playtime stats to navbar
All checks were successful
Django CI/CD / test (push) Successful in 1m1s
Django CI/CD / build-and-push (push) Successful in 2m16s

This commit is contained in:
2025-02-08 13:46:56 +01:00
parent 967ff7df07
commit aba9bc994d
4 changed files with 21 additions and 2 deletions

View File

@ -1728,6 +1728,10 @@ input:checked + .toggle-bg {
justify-content: space-between;
}
.gap-1 {
gap: 0.25rem;
}
.gap-2 {
gap: 0.5rem;
}