1차 싱크 완료
CI / test (push) Failing after 41m13s
CI / pr_and_merge (push) Has been skipped

This commit is contained in:
2025-11-24 21:32:37 +09:00
parent 7a8ad7c057
commit 672cca5271
83 changed files with 6681 additions and 325 deletions
+27
View File
@@ -186,6 +186,33 @@ body {
max-width: var(--pb-text-maxw-narrow);
}
.pb-whitespace-pre-wrap {
white-space: pre-wrap;
}
.pb-scroll {
scrollbar-width: thin;
scrollbar-color: #1f2937 #020617;
}
.pb-scroll::-webkit-scrollbar {
width: 8px;
}
.pb-scroll::-webkit-scrollbar-track {
background: transparent;
}
.pb-scroll::-webkit-scrollbar-thumb {
background-color: #1f2937;
border-radius: 9999px;
border: 2px solid #020617;
}
.pb-scroll::-webkit-scrollbar-thumb:hover {
background-color: #374151;
}
.pb-btn-base {
display: inline-flex;
align-items: center;