We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ea67 commit 82fa997Copy full SHA for 82fa997
src/index.html
@@ -17,9 +17,9 @@
17
<link href="/css/bootstrap.min.css" rel="stylesheet">
18
</head>
19
20
-<body class="h-100 w-100 d-flex">
+<body class="h-100 w-100 d-flex align-items-center justify-content-center">
21
<script type="module" src="./index.ts"></script>
22
- <div class="h-100 w-100 align-items-center justify-content-center scriptonly" id="loading">
+ <div class="scriptonly" id="loading">
23
<img src="/images/spinner.gif" alt="Loading..." />
24
</div>
25
<div id="unicodetable" class="d-none w-100 h-100"></div>
0 commit comments