diff --git a/public/loader.css b/public/loader.css
index a855b231..c3a9a134 100644
--- a/public/loader.css
+++ b/public/loader.css
@@ -8,7 +8,7 @@
inset-inline-start: calc(50% - 75px);
}
-.loading {
+.pre-loading {
position: absolute;
box-sizing: border-box;
border: 3px solid transparent;
@@ -19,9 +19,9 @@
inset-inline-start: calc(50% - 27.5px);
}
-.loading .effect-1,
-.loading .effect-2,
-.loading .effect-3 {
+.pre-loading .effect-1,
+.pre-loading .effect-2,
+.pre-loading .effect-3 {
position: absolute;
box-sizing: border-box;
border: 3px solid transparent;
@@ -31,19 +31,19 @@
inline-size: 100%;
}
-.loading .effect-1 {
+.pre-loading .effect-1 {
animation: rotate 1s ease infinite;
}
-.loading .effect-2 {
+.pre-loading .effect-2 {
animation: rotate-opacity 1s ease infinite 0.1s;
}
-.loading .effect-3 {
+.pre-loading .effect-3 {
animation: rotate-opacity 1s ease infinite 0.2s;
}
-.loading .effects {
+.pre-loading .effects {
transition: all 0.3s ease;
}
diff --git a/src/modules/wallet/accounts.vue b/src/modules/wallet/accounts.vue
index ba7dd8bb..1ebf2ce4 100644
--- a/src/modules/wallet/accounts.vue
+++ b/src/modules/wallet/accounts.vue
@@ -261,7 +261,7 @@ async function loadBalances(endpoint: string, address: string) {