claude-code-marketplace 0.5.10 → 0.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/style.css +2 -3
package/package.json
CHANGED
package/public/style.css
CHANGED
|
@@ -79,9 +79,8 @@ body {
|
|
|
79
79
|
background: var(--bg-deep);
|
|
80
80
|
color: var(--text-primary);
|
|
81
81
|
line-height: 1.5;
|
|
82
|
-
height:
|
|
82
|
+
height: 100vh;
|
|
83
83
|
display: flex;
|
|
84
|
-
zoom: 1.2;
|
|
85
84
|
flex-direction: column;
|
|
86
85
|
overflow: hidden;
|
|
87
86
|
-webkit-font-smoothing: antialiased;
|
|
@@ -279,7 +278,7 @@ body {
|
|
|
279
278
|
/* === TREE PANEL === */
|
|
280
279
|
|
|
281
280
|
.tree-panel {
|
|
282
|
-
flex: 0 0 var(--sidebar-w,
|
|
281
|
+
flex: 0 0 var(--sidebar-w, 60%);
|
|
283
282
|
display: flex;
|
|
284
283
|
flex-direction: column;
|
|
285
284
|
overflow: hidden;
|