feat:更新GiscusComment组件间距

This commit is contained in:
KazooTTT
2024-10-11 21:32:07 +08:00
parent 2be13ef878
commit 911d8df04c

View File

@ -11,7 +11,7 @@ const GiscusComment = () => {
}, [])
return (
<div id={id} className='mt-3 w-full'>
<div id={id} className='mt-8 w-full'>
{mounted ? (
<Giscus
id={id}