mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Adjust tooltip styling for better readability
Increase font size, line height, and width constraints to improve tooltip appearance and content display.
This commit is contained in:
@@ -198,9 +198,10 @@
|
||||
color: white;
|
||||
padding: 0.75rem 1rem;
|
||||
border-radius: 6px;
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.4;
|
||||
max-width: 300px;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.5;
|
||||
max-width: 450px;
|
||||
min-width: 350px;
|
||||
white-space: normal;
|
||||
z-index: 1000;
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user