summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-09 11:36:54 +0300
committerAndrew Dolgov <[email protected]>2021-04-09 11:36:54 +0300
commit0a120b116b63611e01324f68c22398a665291137 (patch)
tree980e397096e577578231e98fffef9aab68953d75 /read.html
parentca5c66775a1c5d7928931cfead8ae4ac9d7b479a (diff)
add an overlay icon, use flexbox for overlay
Diffstat (limited to 'read.html')
-rw-r--r--read.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/read.html b/read.html
index c55de31..c2fefdd 100644
--- a/read.html
+++ b/read.html
@@ -265,8 +265,11 @@
</div>
<div class="loading">
- <div class="loading_message">
- Opening book...
+ <div class="wrapper">
+ <div class="text-muted loading-icon glyphicon glyphicon-book"> </div>
+ <div class="loading_message">
+ Opening book...
+ </div>
</div>
</div>
</div>