[opt] css

This commit is contained in:
xaoxuu 2022-11-27 21:44:34 +08:00
parent 6b9451384a
commit 5017b8d4de
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
border-radius: $border-card
overflow: hidden
box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.03)
a.page-number
.page-number
padding: 4px 8px
border-radius: 8px
background: var(--block)

View File

@ -209,7 +209,7 @@ if (stellar.plugins.lazyload) {
false
);
document.addEventListener('DOMContentLoaded', function () {
lazyLoadInstance.update();
window.lazyLoadInstance?.update();
});
}