评论框大小问题 || Comment box size issue #2896
-
使用 Hugo 搭建博客,主题使用的是 Hugo PaperMod ,引入 Waline 评论系统后,发现评论框大小与文章页面排版不一致,如下图👇所示,不知道是我没找对地方还是 Waline 不支持调整大小。如果支持调整请问在哪里调整?如果不支持希望早日实现! Use Hugo to build a blog. The theme uses Hugo PaperMod. After introducing the Waline comment system, I found that the size of the comment box is inconsistent with the layout of the article page, as shown in the figure below 👇 , I don’t know if I didn’t find the right place or because Waline does not support resizing. If adjustment is supported, where can I adjust it? If you don’t support it, I hope it will come true as soon as possible! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We are not meant to "natively auto adapt" every theme, and that's technically impossible. So you MUST manually adjust the comment box padding, margin, theme color, border radius and other things to fit your page appearance. This can be done by adding custom styles, AKA a |
Beta Was this translation helpful? Give feedback.
We are not meant to "natively auto adapt" every theme, and that's technically impossible.
So you MUST manually adjust the comment box padding, margin, theme color, border radius and other things to fit your page appearance.
This can be done by adding custom styles, AKA a
<style>
tag or adding an external CSS to your page.