Center the progress bar in loading modal

This commit is contained in:
2025-10-06 10:01:55 -03:00
parent e21c69a503
commit b2da86bfc7

View File

@@ -1791,7 +1791,7 @@
<span>Analyzing resource usage patterns...</span> <span>Analyzing resource usage patterns...</span>
</div> </div>
</div> </div>
<div style="margin-top: 2rem;"> <div style="margin-top: 2rem; display: flex; justify-content: center;">
<div style="width: 300px; height: 4px; background: var(--pf-global--BackgroundColor--300); border-radius: 2px; overflow: hidden;"> <div style="width: 300px; height: 4px; background: var(--pf-global--BackgroundColor--300); border-radius: 2px; overflow: hidden;">
<div id="loading-progress" style="width: 0%; height: 100%; background: linear-gradient(90deg, var(--pf-global--primary-color--100), var(--pf-global--info-color--100)); transition: width 0.3s ease;"></div> <div id="loading-progress" style="width: 0%; height: 100%; background: linear-gradient(90deg, var(--pf-global--primary-color--100), var(--pf-global--info-color--100)); transition: width 0.3s ease;"></div>
</div> </div>