summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-04-15 15:17:09 +0800
committeramzrk22020-04-15 15:17:09 +0800
commit6c176d20643de268faa432adfa3e95b2b8217cb0 (patch)
tree11dee4f41d20a6772c699e4d5114444ed3eba32c /assets
parentbea7bfd6db9de06e5e117d31f60de6b69960db6d (diff)
downloadhugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.tar.gz
hugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.tar.bz2
hugo-theme-fuji-6c176d20643de268faa432adfa3e95b2b8217cb0.zip
Add utterances loading indicator
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_list.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/assets/sass/_list.scss b/assets/sass/_list.scss
index 1394f76..b4c660b 100644
--- a/assets/sass/_list.scss
+++ b/assets/sass/_list.scss
@@ -61,6 +61,23 @@ article {
margin-bottom: 1.5em;
}
+#post-loading {
+ border-top: $spliter;
+ margin: 0 0 1.5em 0;
+ padding-top: 1.5em;
+
+ #container-loading-bar {
+ width: 2em;
+ margin: 0 auto;
+ }
+
+ p {
+ text-align: center;
+ margin: 0.5em 0 0 0;
+ }
+}
+
+
// not show while iframe not loaded
#post-comment .utterances-frame {
border-top: $spliter;