gearboxdownloadmodal 3.0.8 → 3.0.9
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -681,7 +681,7 @@ const wa = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZX
|
|
|
681
681
|
alignItems: "center",
|
|
682
682
|
justifyContent: "center",
|
|
683
683
|
borderRadius: "10px",
|
|
684
|
-
border: "1px solid
|
|
684
|
+
border: "1px solid lightgray"
|
|
685
685
|
}, ...t ? { height: "430px" } : {}, ...r ? { height: "430px" } : {} };
|
|
686
686
|
return /* @__PURE__ */ y.jsx("div", { style: o, children: /* @__PURE__ */ y.jsx(
|
|
687
687
|
"iframe",
|
|
@@ -5480,6 +5480,7 @@ const os = [
|
|
|
5480
5480
|
display: "flex",
|
|
5481
5481
|
width: "620px",
|
|
5482
5482
|
// For retina screens, you would need to handle this conditionally, perhaps with JavaScript
|
|
5483
|
+
height: "730px",
|
|
5483
5484
|
flexDirection: "column",
|
|
5484
5485
|
borderRadius: "rounded",
|
|
5485
5486
|
backgroundColor: "dark-light",
|