Skip to content

Commit b7ff912

Browse files
committed
fix(web): reposition info panel to right side above icon
1 parent b4c3943 commit b7ff912

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/web/templates.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,10 +2624,10 @@ code, pre, .session-id, .model-badge {
26242624
.search-match { background: rgba(255,220,0,0.3); }
26252625
.search-current { background: rgba(255,180,0,0.5); outline: 2px solid var(--primary); }
26262626
2627-
/* Info panel (floating above dock, right-aligned) */
2627+
/* Info panel (floating above info icon) */
26282628
.info-panel {
26292629
position: fixed;
2630-
bottom: 90px;
2630+
bottom: 100px;
26312631
right: 40px;
26322632
background: var(--bg);
26332633
border: 1px solid var(--border);

0 commit comments

Comments
 (0)