@@ -111,27 +111,20 @@ export function TabBar({
111111 userSelect : "none" , paddingLeft : 2 , lineHeight : "1" ,
112112 } } > Stackbox</ span >
113113
114- < StripIcon title = "Workspace" active = { ! sidebarCollapsed && ! fileTreeOpen } onClick = { onSidebarToggle } size = { 32 } >
115- < svg width = "15 " height = "15 " viewBox = "0 0 24 24" fill = "none"
114+ < StripIcon title = "Workspace" active = { ! sidebarCollapsed && ! fileTreeOpen } onClick = { onSidebarToggle } size = { 28 } >
115+ < svg width = "13 " height = "13 " viewBox = "0 0 24 24" fill = "none"
116116 strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" >
117- { /* outer rect */ }
118- < rect x = "3" y = "3" width = "18" height = "18" rx = "2"
119- stroke = "rgba(255,255,255,.4)" />
120- { /* left panel — filled white when open */ }
117+ < rect x = "3" y = "3" width = "18" height = "18" rx = "2" stroke = "currentColor" opacity = "0.5" />
121118 < path d = "M3 5a2 2 0 0 1 2-2h4v18H5a2 2 0 0 1-2-2V5z"
122- fill = { sidebarCollapsed ? "rgba(255,255,255,.15)" : "#ffffff" }
123- stroke = "none" />
124- { /* divider line */ }
125- < line x1 = "9" y1 = "3" x2 = "9" y2 = "21"
126- stroke = "rgba(255,255,255,.4)" />
119+ fill = "currentColor" stroke = "none" />
120+ < line x1 = "9" y1 = "3" x2 = "9" y2 = "21" stroke = "currentColor" opacity = "0.5" />
127121 </ svg >
128122 </ StripIcon >
129123
130- < StripIcon title = "Code" active = { ! sidebarCollapsed && fileTreeOpen } onClick = { onFileTreeToggle } size = { 32 } >
124+ < StripIcon title = "Code" active = { ! sidebarCollapsed && fileTreeOpen } onClick = { onFileTreeToggle } size = { 28 } >
131125 < span style = { {
132- fontSize : 13 , fontWeight : 700 , letterSpacing : "-0.03em" ,
126+ fontSize : 12 , fontWeight : 700 , letterSpacing : "-0.03em" ,
133127 fontFamily : "ui-monospace, 'SF Mono', Menlo, monospace" ,
134- opacity : ! sidebarCollapsed && fileTreeOpen ? 1 : 0.4 ,
135128 lineHeight : 1 , userSelect : "none" ,
136129 color : "currentColor" ,
137130 } } > </></ span >
@@ -165,7 +158,7 @@ export function TabBar({
165158 < button
166159 onClick = { onAddTerminal }
167160 title = "New terminal"
168- style = { { ...tbtn , width : 30 , alignSelf : "stretch" , borderRadius : 0 , fontSize : 18 , fontWeight : 300 , border : "1px solid transparent" } }
161+ style = { { ...tbtn , width : 26 , alignSelf : "stretch" , borderRadius : 0 , fontSize : 16 , fontWeight : 300 , border : "1px solid transparent" , marginRight : 6 } }
169162 onMouseEnter = { e => {
170163 const el = e . currentTarget as HTMLElement ;
171164 el . style . color = C . t0 ; el . style . background = "rgba(255,255,255,.09)" ;
0 commit comments