This commit is contained in:
krahets
2026-04-01 00:43:32 +08:00
parent 60d5cc8c18
commit d16faa0eb5
45 changed files with 135 additions and 155 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -251,4 +251,4 @@
initAutoSlide();
}
})();
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+1 -1
View File
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
],
});
});
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+1 -1
View File
@@ -15,4 +15,4 @@ window.MathJax = {
document$.subscribe(() => {
MathJax.typesetPromise();
});
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+1 -1
View File
@@ -469,4 +469,4 @@
return Starfield;
});
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+1 -1
View File
@@ -176,4 +176,4 @@
font-size: 0.7rem;
}
}
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+1 -1
View File
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
flex: 1 1 30%;
}
}
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+10 -12
View File
@@ -1,29 +1,27 @@
@import url("https://giscus.app/themes/noborder_dark.css");
/* Limit long giscus comments so they don't dominate the page. */
.gsc-comment-content {
max-height: 16rem;
.gsc-comment-content,
.gsc-reply-content {
max-height: 32rem;
overflow-y: auto;
overscroll-behavior: contain;
padding-inline-end: 0.5rem;
}
.gsc-comment-content::-webkit-scrollbar {
.gsc-comment-content::-webkit-scrollbar,
.gsc-reply-content::-webkit-scrollbar {
width: 0.35rem;
}
.gsc-comment-content::-webkit-scrollbar-thumb {
.gsc-comment-content::-webkit-scrollbar-thumb,
.gsc-reply-content::-webkit-scrollbar-thumb {
background: rgba(230, 237, 243, 0.24);
border-radius: 999px;
}
.gsc-comment-content::-webkit-scrollbar-track {
.gsc-comment-content::-webkit-scrollbar-track,
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
@media (max-width: 48rem) {
.gsc-comment-content {
max-height: 12rem;
}
}
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */
+10 -12
View File
@@ -1,29 +1,27 @@
@import url("https://giscus.app/themes/light.css");
/* Limit long giscus comments so they don't dominate the page. */
.gsc-comment-content {
max-height: 16rem;
.gsc-comment-content,
.gsc-reply-content {
max-height: 32rem;
overflow-y: auto;
overscroll-behavior: contain;
padding-inline-end: 0.5rem;
}
.gsc-comment-content::-webkit-scrollbar {
.gsc-comment-content::-webkit-scrollbar,
.gsc-reply-content::-webkit-scrollbar {
width: 0.35rem;
}
.gsc-comment-content::-webkit-scrollbar-thumb {
.gsc-comment-content::-webkit-scrollbar-thumb,
.gsc-reply-content::-webkit-scrollbar-thumb {
background: rgba(31, 35, 40, 0.22);
border-radius: 999px;
}
.gsc-comment-content::-webkit-scrollbar-track {
.gsc-comment-content::-webkit-scrollbar-track,
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
@media (max-width: 48rem) {
.gsc-comment-content {
max-height: 12rem;
}
}
/*! update cache: 20260401001515 */
/*! update cache: 20260401004150 */