Skip to content

Commit e497e41

Browse files
committed
Fix for offcenter loading spinner
1 parent 2aa6bfd commit e497e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<link href="/css/bootstrap.min.css" rel="stylesheet">
2121
</head>
2222

23-
<body class="h-100 w-100 d-flex">
23+
<body class="h-100 w-100 d-flex align-items-center justify-content-center">
2424
<script type="module" src="./index.ts"></script>
25-
<div class="h-100 w-100 align-items-center justify-content-center scriptonly" id="loading">
25+
<div class="scriptonly" id="loading">
2626
<img src="/images/spinner.gif" alt="Loading..." />
2727
</div>
2828
<div id="emojitable" class="d-none w-100 h-100"></div>

0 commit comments

Comments
 (0)