loading screen

main
alexanderroese 2024-06-22 13:35:45 +02:00
parent 20b83a6c0a
commit 6518902aa2
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,7 @@
top: 0;
left: 0;
width: 100%;
height: 100%;
height: calc(100% + 200px);
background-color: white;
z-index: 99999;
transition: opacity 0.3s ease;
@ -32,6 +32,8 @@
}
#shx-loading-screen-text {
position: relative;
top: -200px;
animation: shx-spinner-pulse 0.65s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
}
</style>