[Update] Starting Up: Add loading animation when the software preparing, until backend is ready.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
.container {
|
||||
// position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
background-color: var(--dark_888_color);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user