Skip to content

fix: enlarge header logo (#73)#75

Merged
klay2000 merged 1 commit into
mainfrom
issue-73
Jun 15, 2026
Merged

fix: enlarge header logo (#73)#75
klay2000 merged 1 commit into
mainfrom
issue-73

Conversation

@klay2000

Copy link
Copy Markdown
Owner

Summary

  • Header logo bumped from 20px to 28px
  • Fixes the underlying sizing bug: Logo.svelte's SVG used height: 1em, which resolved against the root font-size (14px), not the logo container's height — so resizing the container had no visible effect. Now sized via height: 100% of its container.

Closes #73

Test plan

  • npm run build passes
  • npm test passes (35/35)
  • Manually verified in browser at 28px

🤖 Generated with Claude Code

Logo.svelte's SVG sized itself with height: 1em, which resolved
against the root font-size (14px) rather than the logo container's
height, so resizing the container had no visible effect. Size the
SVG to height: 100% of its container instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@klay2000 klay2000 merged commit 72072c4 into main Jun 15, 2026
1 check passed
@klay2000 klay2000 deleted the issue-73 branch June 15, 2026 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make header logo bigger

1 participant