mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-31 12:27:13 +00:00
deploy
This commit is contained in:
@@ -176,4 +176,4 @@
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260331234946 */
|
||||
/*! update cache: 20260401001059 */
|
||||
|
||||
@@ -713,4 +713,4 @@ a:hover .device-on-hover {
|
||||
flex: 1 1 30%;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260331234946 */
|
||||
/*! update cache: 20260401001059 */
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
/* Limit long giscus comments so they don't dominate the page. */
|
||||
.gsc-comment-content {
|
||||
max-height: 16rem;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
padding-inline-end: 0.5rem;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar {
|
||||
width: 0.35rem;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar-thumb {
|
||||
background: rgba(230, 237, 243, 0.24);
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.gsc-comment-content {
|
||||
max-height: 12rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260401001059 */
|
||||
@@ -0,0 +1,27 @@
|
||||
/* Limit long giscus comments so they don't dominate the page. */
|
||||
.gsc-comment-content {
|
||||
max-height: 16rem;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
padding-inline-end: 0.5rem;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar {
|
||||
width: 0.35rem;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar-thumb {
|
||||
background: rgba(31, 35, 40, 0.22);
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
.gsc-comment-content::-webkit-scrollbar-track {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@media (max-width: 48rem) {
|
||||
.gsc-comment-content {
|
||||
max-height: 12rem;
|
||||
}
|
||||
}
|
||||
/*! update cache: 20260401001059 */
|
||||
Reference in New Issue
Block a user