We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
建议删除jqurey低效的resize()函数,全部用css解决 侧栏width本来变化范围就很小,建议直接设为固定值:
hexo-theme-academia/source/css/index.styl
Line 455 in 82ab730
设为width: 165px
width: 165px
.page的width用calc()计算:
calc()
Line 268 in 82ab730
设为width: calc(98% - 165px)
width: calc(98% - 165px)
即可完美解决此bug
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: