File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
17
17
display : inline-grid ; align-content : center ; justify-content : center /* center spinner */
18
18
}
19
19
.loading-spinner {
20
- width : 11 px ; aspect-ratio : 1 ; border-radius : 50% ; border : 5 px solid # 000 ;
20
+ width : 19 px ; aspect-ratio : 1 ; border-radius : 50% ; border : 3 px solid # 000 ;
21
21
animation : loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
22
22
}
23
23
@keyframes loader-move-head-tail {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ a:focus, a:hover { text-decoration: underline ; color: inherit }
17
17
display : inline-grid ; align-content : center ; justify-content : center /* center spinner */
18
18
}
19
19
.loading-spinner {
20
- width : 11 px ; aspect-ratio : 1 ; border-radius : 50% ; border : 5 px solid # 000 ;
20
+ width : 19 px ; aspect-ratio : 1 ; border-radius : 50% ; border : 3 px solid # 000 ;
21
21
animation : loader-move-head-tail 0.8s infinite linear alternate, loader-rotate 1.6s infinite linear
22
22
}
23
23
@keyframes loader-move-head-tail {
You can’t perform that action at this time.
0 commit comments