Center signin button and adjust Events link spacing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2025-12-29 14:27:59 -08:00
parent a5472e33dc
commit 8f0da2e688
3 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ export async function auth() {
await googleReady;
const signin = document.getElementById('signin');
signin.style.display = 'block';
signin.style.display = 'flex';
document.body.style.opacity = 1;
profile = await new Promise((resolve) => {