hexo:侧边栏宽度

This commit is contained in:
tangly1024
2022-04-28 12:00:33 +08:00
parent 316da38b60
commit b72dc10c14

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} />}