vite-plugin-blocklet 0.6.7 → 0.6.8
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.cjs +1 -1
- package/libs/loading.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -270,7 +270,7 @@ function generateHtml({ color, image }) {
|
|
|
270
270
|
}
|
|
271
271
|
</style>
|
|
272
272
|
<div class="spinner-wrapper">
|
|
273
|
-
<img src="${image}" width="
|
|
273
|
+
<img src="${image}" width="70" height="70" style="margin-bottom: 16px" />
|
|
274
274
|
<div class="spinner">
|
|
275
275
|
<div class="bounce1"></div>
|
|
276
276
|
<div class="bounce2"></div>
|
package/libs/loading.js
CHANGED
|
@@ -107,7 +107,7 @@ function generateHtml({ color, image }) {
|
|
|
107
107
|
}
|
|
108
108
|
</style>
|
|
109
109
|
<div class="spinner-wrapper">
|
|
110
|
-
<img src="${image}" width="
|
|
110
|
+
<img src="${image}" width="70" height="70" style="margin-bottom: 16px" />
|
|
111
111
|
<div class="spinner">
|
|
112
112
|
<div class="bounce1"></div>
|
|
113
113
|
<div class="bounce2"></div>
|