diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-27 15:10:51 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-01-16 22:39:26 -0500 |
commit | 24832be63693d8f04797ed45041ffbd3e8ac3f9d (patch) | |
tree | effea0e7cf3246c55f5fb15ede350a9a0755eee6 /ext/fg | |
parent | a50e2fb0f12838673543131c02e7ca37fe4b66fb (diff) |
Update how spinner visibility is controlled
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index f5f56853..9879ae3e 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -15,9 +15,7 @@ <link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark"> </head> <body> - <div id="spinner"> - <img src="/mixed/img/spinner.gif"> - </div> + <div id="spinner" hidden><img src="/mixed/img/spinner.gif"></div> <div id="navigation-header" class="navigation-header" hidden><div class="navigation-header-actions"> <button class="action-button action-previous"><img src="/mixed/img/source-term.svg" class="icon-image" title="Source term (Alt + B)" alt></button> |