rivia 0.0.82 → 0.0.83

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/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -376,9 +376,11 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
376
376
 
377
377
  /* Body */
378
378
  .checklist-body {
379
+ height:380px;
380
+ width:400px;
379
381
  padding: 16px;
380
382
  background: var(--lower-bg);
381
- max-height: 340px;
383
+ max-height: 420px;
382
384
  overflow: auto;
383
385
  border-radius: 0 0 8px 8px;
384
386
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.82",
3
+ "version": "0.0.83",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",