Increase verse tooltip font size

Bumped font-size from 0.9rem to 1rem and max-width from 400px to
450px for better readability.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-05 07:51:55 -05:00
parent 4c8ce4c15d
commit 990ef2e52d
+2 -2
View File
@@ -255,10 +255,10 @@
border-radius: 6px;
padding: 0.75rem 1rem;
min-width: 300px;
max-width: 400px;
max-width: 450px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
z-index: 9999;
font-size: 0.9rem;
font-size: 1rem;
line-height: 1.6;
color: var(--text-color);
pointer-events: none;