rivia 0.0.25 → 0.0.26

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 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -412,7 +412,7 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
412
412
  const progressPaddingLeft = cssConfig.launcherShowIcon ? "28px" : "0px";
413
413
  const textTranslateStyle = !cssConfig.launcherProgressBar ? " translateY(50%);" : "";
414
414
  showBtn.innerHTML = `
415
- <div style="display:flex; align-items:center; gap:12px; width:100%;">
415
+ <div style="display:flex; align-items:center; gap:0px; width:100%;">
416
416
 
417
417
  <!-- LEFT COLUMN -->
418
418
  <div style="flex:1; display:flex; flex-direction:column; box-sizing:border-box; padding-left:${progressPaddingLeft};">
@@ -421,14 +421,12 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
421
421
  <h3 style="
422
422
  margin:0;
423
423
  position:relative;
424
- height:24px;
425
424
  line-height:1;
426
425
  ">
427
426
  <!-- ICON: fixed original position -->
428
427
  <span style="
429
428
  position:absolute;
430
429
  left:-20px;
431
- top:50%;
432
430
  transform:translateY(-50%);
433
431
  display:flex;
434
432
  align-items:center;
@@ -468,9 +466,10 @@ async function fetchWithTimeout(topTitle = "Get Started", subtitle, completion =
468
466
  font-size:13px;
469
467
  white-space:nowrap;
470
468
  color:${cssConfig.launcherTextColor};
471
- padding:2px;
469
+ padding-right:7px;
472
470
  min-width:10px;
473
471
  text-align:right;
472
+ margin-top:50%;
474
473
  ">
475
474
  0/0
476
475
  </span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivia",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",