Skip to content

Commit 06463fa

Browse files
committed
gitbook 目录
1 parent 9790bae commit 06463fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/gitbook/components/Catalog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Catalog = ({ post }) => {
6969

7070
return (
7171
<>
72-
<div className='w-full'><i className='mr-1 fas fa-stream' />{locale.COMMON.TABLE_OF_CONTENTS}</div>
72+
<div className='w-full hidden md:block'><i className='mr-1 fas fa-stream' />{locale.COMMON.TABLE_OF_CONTENTS}</div>
7373
<div
7474
id='toc-wrapper'
7575
className='toc-wrapper overflow-y-auto my-2 max-h-80 overscroll-none scroll-hidden'>

0 commit comments

Comments
 (0)