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 @@
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 @@ 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 @@ 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