Merge pull request #213 from tangly1024/preview

hexo:侧边栏宽度
This commit is contained in:
tangly1024
2022-04-28 12:01:11 +08:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ export default function SideRight(props) {
} = props
return (
<div className={'space-y-4 xl:w-96 xl:pt-0 xl:px-2 pt-4'}>
<div className={'space-y-4 xl:w-80 xl:pt-0 xl:px-2 pt-4'}>
<InfoCard {...props} />
{CONFIG_HEXO.WIDGET_ANALYTICS && <AnalyticsCard {...props} />}