Skip to content

Commit 2365cd4

Browse files
committed
boot: fix loading css
1 parent 6a828e5 commit 2365cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<style>
44
body {
5-
background: #101010 url(./loading.gif) 50% no-repeat center;
5+
background: #101010 url(./loading.gif) center / 50% no-repeat;
66
}
77
</style>
88
</head>
@@ -20,7 +20,7 @@
2020
bootWanix()
2121
}
2222
{{- else -}}
23-
bootWanix()
23+
//bootWanix()
2424
{{- end -}}
2525
</script>
2626
</body>

0 commit comments

Comments
 (0)