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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user