sync loading overlay changes across all pages
This commit is contained in:
parent
4cceaab338
commit
6f94267a3b
6 changed files with 27 additions and 3 deletions
|
|
@ -103,4 +103,10 @@ body {
|
|||
user-select: none;
|
||||
z-index: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#loading-text img {
|
||||
height: 35px;
|
||||
width: auto;
|
||||
display: block;
|
||||
}
|
||||
Loading…
Reference in a new issue