From 0d622c4f0abd863f246f8a3012a669d9a69482f3 Mon Sep 17 00:00:00 2001 From: CakeCN Date: Mon, 15 Sep 2025 19:32:01 +0800 Subject: [PATCH] more css --- code-server-like/static/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-server-like/static/css/index.css b/code-server-like/static/css/index.css index 9fda9b5..6483d79 100644 --- a/code-server-like/static/css/index.css +++ b/code-server-like/static/css/index.css @@ -28,7 +28,7 @@ body { border-top: 1px solid #ddd; background-color: black; } -#fileTree { width: 250px; border-right: 1px solid #ddd; padding: 10px; overflow-y: auto; } +#fileTree { width: 20%;height: 100%; border-right: 1px solid #ddd; padding: 10px; overflow-y: auto; } #searchSidebar { border-left: 1px solid #ddd; display: none; overflow-y: auto; } /* 给按钮设置统一的样式 */