Update 3 files

- /_layouts/default.html
- /assets/js/pjax.js
- /assets/css/style.scss
This commit is contained in:
mayx
2026-05-22 12:52:39 +00:00
parent c5ad917d9e
commit b25a864ee3
3 changed files with 16 additions and 4 deletions

View File

@@ -190,4 +190,16 @@ td.h-entry {
td.h-entry:hover {
background: #f9f9f9;
}
}
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;
}