We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa6bfd commit e497e41Copy full SHA for e497e41
1 file changed
src/index.html
@@ -20,9 +20,9 @@
20
<link href="/css/bootstrap.min.css" rel="stylesheet">
21
</head>
22
23
-<body class="h-100 w-100 d-flex">
+<body class="h-100 w-100 d-flex align-items-center justify-content-center">
24
<script type="module" src="./index.ts"></script>
25
- <div class="h-100 w-100 align-items-center justify-content-center scriptonly" id="loading">
+ <div class="scriptonly" id="loading">
26
<img src="/images/spinner.gif" alt="Loading..." />
27
</div>
28
<div id="emojitable" class="d-none w-100 h-100"></div>
0 commit comments