feat: Add logo link and fix welcome modal box heights

- Make logo clickable, opens GitHub Pages in new tab
- Match What's New box height to Select Mode box

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-28 20:45:17 +00:00
parent ab0a03b313
commit fb95e465a3
2 changed files with 3 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ body {
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 20px;
max-height: 320px;
max-height: calc(100vh - 300px);
overflow-y: auto;
}