mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-05-22 17:22:24 +00:00
Update 3 files
- /_layouts/default.html - /assets/js/pjax.js - /assets/css/style.scss
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user