agentgui 1.0.229 → 1.0.230

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.229",
3
+ "version": "1.0.230",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",
package/static/index.html CHANGED
@@ -538,7 +538,6 @@
538
538
  padding: 0.75rem 2rem;
539
539
  display: flex;
540
540
  flex-direction: column;
541
- min-height: 100%;
542
541
  }
543
542
 
544
543
  #output {
@@ -1309,6 +1308,8 @@
1309
1308
  /* ===== RESPONSIVE: TABLET ===== */
1310
1309
  @media (min-width: 769px) and (max-width: 1024px) {
1311
1310
  :root { --sidebar-width: 260px; }
1311
+ .messages-wrapper { padding: 0.5rem 1rem; }
1312
+ .input-section { padding: 0.5rem; }
1312
1313
  }
1313
1314
 
1314
1315
  /* ===== SVG ICON SIZING (Tailwind utilities not loaded) ===== */