tufu9441 / maupassant-hexo

A simple Hexo theme forked from icylogic.
https://www.haomwei.com
MIT License
2.61k stars 670 forks source link

启用分享按钮后 Valine 文本编辑区宽度减少 #511

Closed UM-Li closed 2 years ago

UM-Li commented 2 years ago

文本框的右边界被限制在分享按钮左侧。

shareto: false

Screenshot_20210720_123717

shareto: true

Screenshot_20210720_123637

tufu9441 commented 2 years ago

我刚访问了你的网站,发现评论框宽度是正常的呀,请问一下是你自己修改了代码吗?

UM-Li commented 2 years ago

你好,我在 post.pug 末尾加了一行

if page.comments
      <div style="height: 25px;"></div>
      include _partial/comments.pug
tufu9441 commented 2 years ago

你好,我在 post.pug 末尾加了一行

if page.comments
      <div style="height: 25px;"></div>
      include _partial/comments.pug

好的,明白了,多谢!不过现在Valine似乎不怎么更新了,所以我选用了Waline。