Skip to content

Commit 24a9291

Browse files
committed
fix(web): reduce panel-nav width for compact feel (200→170px)
1 parent f122b48 commit 24a9291

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

internal/web/templates.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2129,8 +2129,8 @@ code, pre, .session-id, .model-badge {
21292129
21302130
/* Two-panel navigation */
21312131
.panel-nav {
2132-
width: 200px;
2133-
min-width: 200px;
2132+
width: 170px;
2133+
min-width: 170px;
21342134
background: var(--bg-secondary);
21352135
border-right: 1px solid var(--border);
21362136
display: flex;
@@ -3587,7 +3587,7 @@ body.watching .tail-spinner { display: flex; align-items: center; gap: 8px; }
35873587
.nav-sidebar { width: 180px; }
35883588
}
35893589
@media (max-width: 768px) {
3590-
.panel-nav { width: 160px; min-width: 160px; }
3590+
.panel-nav { width: 140px; min-width: 140px; }
35913591
.dock-toolbar { left: 50%; max-width: calc(100vw - 40px); }
35923592
}
35933593
@media (max-width: 600px) {

0 commit comments

Comments
 (0)