style(ui): widen cliproxy sidebar from w-64 to w-80

This commit is contained in:
kaitranntt
2025-12-18 22:44:07 -05:00
parent 5d343260c7
commit 248d970cba
+1 -1
View File
@@ -227,7 +227,7 @@ export function CliproxyPage() {
return ( return (
<div className="h-[calc(100vh-100px)] flex"> <div className="h-[calc(100vh-100px)] flex">
{/* Left Sidebar */} {/* Left Sidebar */}
<div className="w-64 border-r flex flex-col bg-muted/30"> <div className="w-80 border-r flex flex-col bg-muted/30">
{/* Header */} {/* Header */}
<div className="p-4 border-b bg-background"> <div className="p-4 border-b bg-background">
<div className="flex items-center justify-between mb-1"> <div className="flex items-center justify-between mb-1">