loading screen

main
alexanderroese 2024-06-22 13:55:34 +02:00
parent 3dcf48af4d
commit e3f2968a14
1 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@
top: 0;
left: 0;
width: 100%;
height: 100vh; /* Ansichtshöhe */
height: 100%;
background-color: white;
z-index: 99999;
transition: opacity 0.3s ease;
@ -36,7 +36,6 @@
display: flex;
align-items: center;
justify-content: center;
height: 100%; /* Füllt die gesamte Höhe des Containers */
}
#shx-loading-screen-text svg {