Skip to content

Commit ca0ca85

Browse files
pjccclaude
andcommitted
Taller and wider info panel
- max-height increased to 70vh - Desktop: panel expands to content width (up to 500px) - Mobile: capped at 90vw Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9186b17 commit ca0ca85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ a:hover { text-decoration: underline; }
640640
right: 0;
641641
margin-bottom: 8px;
642642
z-index: 50;
643+
width: max-content;
644+
max-width: min(500px, 90vw);
643645
}
644646
.extra-info-tooltip::after {
645647
content: '';
@@ -657,7 +659,7 @@ a:hover { text-decoration: underline; }
657659
font-size: 12px;
658660
line-height: 1.6;
659661
box-shadow: var(--shadow);
660-
max-height: 400px;
662+
max-height: 70vh;
661663
overflow-y: auto;
662664
}
663665

0 commit comments

Comments
 (0)