Try to do some intelligent stuff

This commit is contained in:
samy
2025-07-26 19:26:02 -10:00
parent debc517cfd
commit 763e722197
3 changed files with 44 additions and 13 deletions
+18
View File
@@ -0,0 +1,18 @@
@source inline('loading-bars loading-infinity loading-circle loading-spinner loading-ring loading-ball')
#loading-overlay {
display: none;
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
min-height: 100vh;
background: rgba(45, 45, 65, 0.6);
z-index: 100;
}
#loading-overlay div {
margin: auto;
}