Skip to content

Commit b72dc10

Browse files
committed
hexo:侧边栏宽度
1 parent 316da38 commit b72dc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/hexo/components/SideRight.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function SideRight(props) {
1313
} = props
1414

1515
return (
16-
<div className={'space-y-4 xl:w-96 xl:pt-0 xl:px-2 pt-4'}>
16+
<div className={'space-y-4 xl:w-80 xl:pt-0 xl:px-2 pt-4'}>
1717
<InfoCard {...props} />
1818
{CONFIG_HEXO.WIDGET_ANALYTICS && <AnalyticsCard {...props} />}
1919

0 commit comments

Comments
 (0)