add more cs

This commit is contained in:
CakeCN
2025-09-15 19:29:19 +08:00
parent 628e4c7805
commit d2b2720068
2 changed files with 32 additions and 8 deletions

View File

@@ -10,14 +10,6 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/xterm@4.15.0/dist/xterm.css">
<style>
body { display: flex; height: 100vh; margin: 0; }
#fileTree { width: 250px; border-right: 1px solid #ddd; padding: 10px; overflow-y: auto; }
#editorContainer { flex-grow: 1; }
#searchSidebar { border-left: 1px solid #ddd; display: none; overflow-y: auto; }
#topbar { padding: 5px; border-bottom: 1px solid #ddd; background-color: #f1f1f1; }
</style>
<link rel="stylesheet" href="/vsc-like/static/css/index.css">
</head>
<body>