termweb-dashboard 0.3.1 → 0.3.2

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/index.html CHANGED
@@ -150,7 +150,7 @@
150
150
  #process-fullscreen, #detail-fullscreen {
151
151
  display: none;
152
152
  flex-direction: column;
153
- flex: 1;
153
+ height: calc(100vh - 68px); /* 36px header + 32px hints */
154
154
  min-height: 0;
155
155
  padding: 16px;
156
156
  overflow-y: auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "termweb-dashboard",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Terminal-based system monitoring dashboard powered by termweb",
5
5
  "bin": {
6
6
  "termweb-dashboard": "bin/cli.js"