We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f2151 commit cf271b5Copy full SHA for cf271b5
typescript-version/public/loader.css
@@ -9,27 +9,23 @@ html {
9
10
#loading-bg {
11
position: absolute;
12
- display: block;
+ display: flex;
13
+ flex-direction: column;
14
+ align-items: center;
15
+ justify-content: center;
16
background: var(--initial-loader-bg, #fff);
17
block-size: 100%;
18
+ gap: 1rem 0;
19
inline-size: 100%;
20
}
21
-.loading-logo {
- position: absolute;
- inset-block-start: 40%;
- inset-inline-start: calc(50% - 45px);
22
-}
23
-
24
.loading {
25
+ position: relative;
26
box-sizing: border-box;
27
border: 3px solid transparent;
28
- block-size: 55px;
29
border-radius: 50%;
+ block-size: 55px;
30
inline-size: 55px;
31
- inset-block-start: 50%;
32
- inset-inline-start: calc(50% - 35px);
33
34
35
.loading .effect-1,
0 commit comments