进入个人主页的时候,侧边栏里面的外部链接出现在主页右边边上,只能看见一点点。
当你点开展开侧边栏的按钮,在关闭侧边栏,上面出现的那个情况就没有了!在其他页面也同样有这个问题。
我没有修改HTML、CSS代码。
应该是这串代码,每个页面都有。是Hexo渲染的问题吗?
`
Can u explain in English?

@ivan-nginx Zhang21 means this,
When I open my homepage, I can see some links on the right side. And when open the right side bar, this bug will disappear.
@liszd live demo?
@ivan-nginx
http://www.zhang21.cn/ is zhang21 website.
https://blog.naaln.com/ is my webiste. It also has same problem.
.links-of-author {
margin-top: 20px;
/* display: flex; */
flex-wrap: wrap;
justify-content: center;
}
I think .links-of-author's style display caused the problem.
@Zhang21 @liszd what version of NexT u use? Latest master branch or release version?
@ivan-nginx I forked the theme in liszd/hexo-theme-next and rebase with master branch 5858a19e57765d611e526f9fc4a7edfc3a307fe2
@liszd ok, this error appear only after this update? I see your commit 7 days ago, error was or not in that time?
And can u please temporarily disable all your custom styles and try to catch out this error again?
@ivan-nginx sorry, there is a little chaos on my commit.
Now I use the last master branch (just change the _config) . This problem also appeared.
This error has appear several weeks. I just solved with links-of-author in custom.sty at that time.
.links-of-author {
display: block
}
I thought this bug only happen on me, until find Zhang21 has some problem.
@liszd .links-of-author was changed on flex style display when was added icons_only option.
But this bug is strange and i can't to catch him on my test site without any custom styles.
Fixed in #1846.
@liszd u can remove display: block from custom.styl after this update.
Also, i recommend to use _data dir with next.yml rewrite config file. See main NexT readme about this feature.
@Zhang21 if issue solved, close it please.
@ivan-nginx Thx, It works for me.
@liszd Sorry,I can't understand how to solve this problem according to your suggestions.
@Zhang21 他昨天晚上更新了,你使用他最新的代码就行了。
@liszd What mean about use _data dir with next.yml?
@liszd Clone the new version of NexT?
@Zhang21 that say i, not him) I mean u can check this.
@ivan-nginx I see,think u
@ivan-nginx @liszd
I update it,it works true on some browser(like edge and IE),but on chrome,it also has the problem. I try to disable cache, and still exist.
@Zhang21 just refresh with Ctrl+Shift+R. I tested it on Chrome always.
I use your method, it's also exist.
* the problem *

* then *

@Zhang21 try to install latest master branch version. It must be fixed, @liszd confirmed it.
The NexT release is v5.1.2,the newest version.
@ivan-nginx The problem is still on chrome。
@liszd 哥子,你是怎么解决的?
@Zhang21 https://github.com/iissnan/hexo-theme-next#download-latest-master-branch
@liszd 我已经 git pull 过了,这个 download 下来有什么区别吗?除了配置文件那些。
@Zhang21 我不确定你是不是真的有更新代码
他具体的修复代码在这,你没有实质性的更新
https://github.com/iissnan/hexo-theme-next/commit/edad5e331f0f145690015d30cead635f337bac4f
https://github.com/iissnan/hexo-theme-next/commit/fa2d484edf3ba91b0c64c3dc353bbfb4380ef1f1
@liszd 我改了相对应的代码,Bingo,多谢了哥子!
@ivan-nginx Bingo!think u!