split oauth_tokens.claims column up; improved fonts; allow multiple sse connections per user; make navbar and use friendly

This commit is contained in:
2026-01-23 02:31:34 -07:00
parent 38aa3796b9
commit 3d70d08dac
16 changed files with 1703 additions and 69 deletions
+7 -7
View File
@@ -272,23 +272,23 @@
}
h1 {
font-size: var(--text-8xl);
font-size: var(--text-6xl);
}
h2 {
font-size: var(--text-5xl);
}
h3 {
font-size: var(--text-3xl);
}
h4 {
h3 {
font-size: var(--text-xl);
}
h5 {
h4 {
font-size: var(--text-lg);
}
h6 {
h5 {
font-size: var(--text-md);
}
h6 {
font-size: var(--text-sm);
}
ul, ol {
list-style: none;