万维广告支持

This commit is contained in:
tangly1024.com
2023-08-18 15:34:54 +08:00
parent 86c2bd636e
commit 72eb040083
8 changed files with 80 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ const Catalog = ({ post }) => {
}
return <>
<div id='toc-wrapper' className='toc-wrapper overflow-y-auto max-h-96 overscroll-none scroll-hidden'>
<div id='toc-wrapper' className='toc-wrapper overflow-y-auto my-2 max-h-80 overscroll-none scroll-hidden'>
<nav className='h-full text-black'>
{toc.map((tocItem) => {
const id = uuidToId(tocItem.id)