summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-05-22 12:52:39 +0000
committermayx <mayx@outlook.com>2026-05-22 12:52:39 +0000
commitb25a864ee3ee6e8e8cb7875bfcd1e71c98bb5d67 (patch)
tree490461566c0de762c1d12a84aca64ccee5777290 /assets/css
parentc5ad917d9e3c193f30643871b42a6d2db2b35fb7 (diff)
Update 3 files
- /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/style.scss14
1 files changed, 13 insertions, 1 deletions
diff --git a/assets/css/style.scss b/assets/css/style.scss
index 879154e..44632e2 100644
--- a/assets/css/style.scss
+++ b/assets/css/style.scss
@@ -190,4 +190,16 @@ td.h-entry {
td.h-entry:hover {
background: #f9f9f9;
-} \ No newline at end of file
+}
+
+body.pjax-loading::after {
+ content: '';
+ position: fixed;
+ top: 16px;
+ right: 16px;
+ width: 20px;
+ height: 20px;
+ background: url('/images/loading.svg') center / contain no-repeat;
+ z-index: 9999;
+ pointer-events: none;
+ } \ No newline at end of file