diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-11-14 13:42:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 13:42:50 -0500 |
commit | 50a1fbfb9fd4b289902928dc90bc95a2f700cc55 (patch) | |
tree | c0729d28acbef9f3b05ff40f51b830d4186e1ad6 /ext/fg | |
parent | 112f08a13e1534685b19e0d164fd2fe64a23ebd9 (diff) |
Display updates (#1029)
* Simplify expression creation
* Add attribute indicating whether the reading is the same or not
* Update kanji debug info
* Remove some unnecessary null checks
* Simplify iterable check
* Update float and search HTML to be more consistent
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index e40a656b..db10c159 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -15,6 +15,8 @@ </head> <body> +<div class="content"><div class="content-center"> + <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div> <div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions"> @@ -47,6 +49,9 @@ </div> </div> +</div></div> + +<!-- Scripts --> <script src="/mixed/js/core.js"></script> <script src="/mixed/js/yomichan.js"></script> <script src="/mixed/js/comm.js"></script> @@ -78,5 +83,6 @@ <script src="/fg/js/float.js"></script> <script src="/fg/js/float-main.js"></script> + </body> </html> |