From 24cf62637f1a7d5216dafbca25dc16f7e6e4c72d Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 9 Apr 2025 13:42:01 +0500 Subject: [PATCH] add loader --- .../templates/websiteFunctions/listWebsites.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 9525a81d8..65fc988a4 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -146,11 +146,11 @@ - + {$ web.wp_sites.length $} WordPress Sites - + Loading @@ -401,11 +401,14 @@ .loading-indicator { display: inline-flex; align-items: center; - justify-content: center; + gap: 8px; color: #00749C; + font-size: 14px; + padding: 0 8px; } .loading-indicator i { font-size: 14px; + margin-left: 4px; }