mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-05-22 19:08:25 +02: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