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.
- package/dist/index.js +3 -1
- 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:
|
|
383
|
+
max-height: 420px;
|
|
382
384
|
overflow: auto;
|
|
383
385
|
border-radius: 0 0 8px 8px;
|
|
384
386
|
}
|