This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-05-16 05:24:24 +00:00
parent 0a3d8093cb
commit 4fcda90f81
4 changed files with 4 additions and 5 deletions

View File

@@ -2,8 +2,7 @@
:root{--safe-bottom:env(safe-area-inset-bottom)}
::-webkit-scrollbar{height:8px;width:8px}
::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}
.no-scrollbar::-webkit-scrollbar{display:none}
.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
@media(pointer: coarse){.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
html,body{overscroll-behavior-y:contain;font-family:'Assistant',sans-serif}
.markdown-body{font-size:14px;line-height:1.6}
.markdown-body pre{overflow:auto}