fix: hover preview — bottom-anchor, flexible width, sidebar support, longer delay

- Auto-scroll to bottom (prompt area is the valuable part)
- Dynamic width based on available space (fixes 3-column layout)
- 350ms delay (prevents brush-over flicker)
- Extend hover preview to sidebar items (popover to the right)
- Remove fixed min/max-width from CSS, calculate in JS
This commit is contained in:
Brian Krabach
2026-03-29 16:48:52 -07:00
parent 6144f39955
commit 40ec20f4ba
3 changed files with 69 additions and 14 deletions
-2
View File
@@ -970,8 +970,6 @@ body {
border: 1px solid var(--border);
border-radius: 6px;
padding: 10px 12px;
min-width: 480px;
max-width: 640px;
max-height: 80vh;
overflow-y: auto;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);