From 6f94267a3b62538c70f9f1613910be1ea23af47c Mon Sep 17 00:00:00 2001 From: KittenTM Date: Tue, 3 Feb 2026 05:13:31 +0100 Subject: [PATCH] sync loading overlay changes across all pages --- equipment/index.html | 4 +++- equipment/styles.css | 6 ++++++ friend_list/index.html | 4 +++- friend_list/styles.css | 6 ++++++ rank/index.html | 4 +++- rank/styles.css | 6 ++++++ 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/equipment/index.html b/equipment/index.html index 8a5b713..1302366 100644 --- a/equipment/index.html +++ b/equipment/index.html @@ -15,7 +15,9 @@
-
Loading
+
+ Loading +
diff --git a/equipment/styles.css b/equipment/styles.css index 61aba75..8aeffdf 100644 --- a/equipment/styles.css +++ b/equipment/styles.css @@ -103,4 +103,10 @@ body { user-select: none; z-index: 0; display: block; +} + +#loading-text img { + height: 35px; + width: auto; + display: block; } \ No newline at end of file diff --git a/friend_list/index.html b/friend_list/index.html index b1a4ca3..0d35ed2 100644 --- a/friend_list/index.html +++ b/friend_list/index.html @@ -15,7 +15,9 @@
-
Loading
+
+ Loading +
diff --git a/friend_list/styles.css b/friend_list/styles.css index 56fea98..5f09608 100644 --- a/friend_list/styles.css +++ b/friend_list/styles.css @@ -103,4 +103,10 @@ body { user-select: none; z-index: 0; display: block; +} + +#loading-text img { + height: 35px; + width: auto; + display: block; } \ No newline at end of file diff --git a/rank/index.html b/rank/index.html index ab3b7a1..4f627e5 100644 --- a/rank/index.html +++ b/rank/index.html @@ -15,7 +15,9 @@
-
Loading
+
+ Loading +
diff --git a/rank/styles.css b/rank/styles.css index 3ec224b..d9d9d62 100644 --- a/rank/styles.css +++ b/rank/styles.css @@ -103,4 +103,10 @@ body { user-select: none; z-index: 0; display: block; +} + +#loading-text img { + height: 35px; + width: auto; + display: block; } \ No newline at end of file