Skip to content

Commit 82fa997

Browse files
committed
Fix for offcenter loading spinner
1 parent 0f1ea67 commit 82fa997

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
@@ -17,9 +17,9 @@
1717
<link href="/css/bootstrap.min.css" rel="stylesheet">
1818
</head>
1919

20-
<body class="h-100 w-100 d-flex">
20+
<body class="h-100 w-100 d-flex align-items-center justify-content-center">
2121
<script type="module" src="./index.ts"></script>
22-
<div class="h-100 w-100 align-items-center justify-content-center scriptonly" id="loading">
22+
<div class="scriptonly" id="loading">
2323
<img src="/images/spinner.gif" alt="Loading..." />
2424
</div>
2525
<div id="unicodetable" class="d-none w-100 h-100"></div>

0 commit comments

Comments
 (0)