Ren WenHao

Results 2 comments of Ren WenHao

when using the script of @kufii Notice that the installation location should be replaced if you changed the path of node.js like me ,just replace the code `set node_path=!PROGRAMFILES!\nodejs` to...

建议删除jqurey低效的resize()函数,全部用css解决 侧栏width本来变化范围就很小,建议直接设为固定值: https://github.com/PhosphorW/hexo-theme-academia/blob/82ab7301297121d25f59dbc57aee6259c51baa3d/source/css/index.styl#L455 设为``width: 165px`` .page的width用``calc()``计算: https://github.com/PhosphorW/hexo-theme-academia/blob/82ab7301297121d25f59dbc57aee6259c51baa3d/source/css/index.styl#L268 设为``width: calc(98% - 165px)`` 即可完美解决此bug