Skip to content

Commit f122b48

Browse files
committed
fix(web): adjust toolbar position (+30px right, +8px up)
1 parent 3ae1b94 commit f122b48

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
@@ -2247,8 +2247,8 @@ code, pre, .session-id, .model-badge {
22472247
/* Bottom dock toolbar - modern horizontal bar */
22482248
.dock-toolbar {
22492249
position: fixed;
2250-
bottom: 32px;
2251-
left: calc(50% + 110px);
2250+
bottom: 40px;
2251+
left: calc(50% + 140px);
22522252
transform: translateX(-50%);
22532253
display: flex;
22542254
align-items: center;

0 commit comments

Comments
 (0)