@danainnovations/cortex-mcp 1.0.126 → 1.0.127

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/dist/cli.js CHANGED
@@ -87,7 +87,7 @@ function getWizardHtml() {
87
87
 
88
88
  #app {
89
89
  width: 100%;
90
- max-width: 1100px;
90
+ max-width: 900px;
91
91
  padding: 24px;
92
92
  position: relative;
93
93
  z-index: 1;
@@ -351,9 +351,9 @@ function getWizardHtml() {
351
351
  /* \u2500\u2500 MCP List \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
352
352
  .mcp-list {
353
353
  display: grid;
354
- grid-template-columns: repeat(3, 1fr);
354
+ grid-template-columns: repeat(2, 1fr);
355
355
  gap: 6px;
356
- margin-bottom: 4px;
356
+ margin-bottom: 8px;
357
357
  }
358
358
 
359
359
  .mcp-item {
@@ -808,12 +808,6 @@ function getWizardHtml() {
808
808
  background: rgba(0, 163, 225, 0.25);
809
809
  }
810
810
 
811
- /* \u2500\u2500 Tablet / narrow \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
812
- @media (max-width: 1000px) {
813
- .mcp-list { grid-template-columns: repeat(2, 1fr); }
814
- .conn-list { grid-template-columns: 1fr; }
815
- }
816
-
817
811
  /* \u2500\u2500 Mobile \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
818
812
  @media (max-width: 640px) {
819
813
  #app { padding: 16px; }