sync loading overlay changes across all pages

This commit is contained in:
kittentm 2026-02-03 05:13:31 +01:00
commit 6f94267a3b
6 changed files with 27 additions and 3 deletions

View file

@ -15,7 +15,9 @@
<div id="loading-overlay" class="loading-overlay">
<canvas id="loading-canvas" width="100" height="100"></canvas>
<div id="loading-text">Loading</div>
<div id="loading-text">
<img src="/assets/en/svg/text/wait/tx_loading-dccf3fb801ca859f2d17992f5cd7da62995c1fe81a306dd103398ef7c0e25b70.svg" alt="Loading">
</div>
</div>

View file

@ -103,4 +103,10 @@ body {
user-select: none;
z-index: 0;
display: block;
}
#loading-text img {
height: 35px;
width: auto;
display: block;
}

View file

@ -15,7 +15,9 @@
<div id="loading-overlay" class="loading-overlay">
<canvas id="loading-canvas" width="100" height="100"></canvas>
<div id="loading-text">Loading</div>
<div id="loading-text">
<img src="/assets/en/svg/text/wait/tx_loading-dccf3fb801ca859f2d17992f5cd7da62995c1fe81a306dd103398ef7c0e25b70.svg" alt="Loading">
</div>
</div>

View file

@ -103,4 +103,10 @@ body {
user-select: none;
z-index: 0;
display: block;
}
#loading-text img {
height: 35px;
width: auto;
display: block;
}

View file

@ -15,7 +15,9 @@
<div id="loading-overlay" class="loading-overlay">
<canvas id="loading-canvas" width="100" height="100"></canvas>
<div id="loading-text">Loading</div>
<div id="loading-text">
<img src="/assets/en/svg/text/wait/tx_loading-dccf3fb801ca859f2d17992f5cd7da62995c1fe81a306dd103398ef7c0e25b70.svg" alt="Loading">
</div>
</div>

View file

@ -103,4 +103,10 @@ body {
user-select: none;
z-index: 0;
display: block;
}
#loading-text img {
height: 35px;
width: auto;
display: block;
}