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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/style.css +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-marketplace",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "description": "Web UI for browsing and managing Claude Code marketplace plugins",
5
5
  "main": "server.js",
6
6
  "bin": {
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: calc(100vh / 1.2);
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, 400px);
281
+ flex: 0 0 var(--sidebar-w, 60%);
283
282
  display: flex;
284
283
  flex-direction: column;
285
284
  overflow: hidden;