@midscene/visualizer 0.25.4-beta-20250808064529.0 → 0.26.0
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.
|
@@ -271,6 +271,11 @@ body {
|
|
|
271
271
|
.result-wrapper .loading-container {
|
|
272
272
|
text-align: center;
|
|
273
273
|
}
|
|
274
|
+
.result-wrapper .loading-container .loading-progress-text {
|
|
275
|
+
margin-top: 8px;
|
|
276
|
+
color: #888;
|
|
277
|
+
font-size: 12px;
|
|
278
|
+
}
|
|
274
279
|
.result-wrapper pre {
|
|
275
280
|
margin: 4px 0;
|
|
276
281
|
margin: 0;
|
package/dist/index.css
CHANGED
|
@@ -272,6 +272,11 @@ body {
|
|
|
272
272
|
.result-wrapper .loading-container {
|
|
273
273
|
text-align: center;
|
|
274
274
|
}
|
|
275
|
+
.result-wrapper .loading-container .loading-progress-text {
|
|
276
|
+
margin-top: 8px;
|
|
277
|
+
color: #888;
|
|
278
|
+
font-size: 12px;
|
|
279
|
+
}
|
|
275
280
|
.result-wrapper pre {
|
|
276
281
|
margin: 4px 0;
|
|
277
282
|
margin: 0;
|