mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-10 04:56:36 +08:00
28 lines
686 B
CSS
28 lines
686 B
CSS
@import url("https://giscus.app/themes/light.css");
|
|
|
|
/* Limit long giscus comments so they don't dominate the page. */
|
|
.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-reply-content::-webkit-scrollbar {
|
|
width: 0.35rem;
|
|
}
|
|
|
|
.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-reply-content::-webkit-scrollbar-track {
|
|
background: transparent;
|
|
}
|
|
/*! update cache: 20260401004117 */
|