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

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