-
Describe the bug | 问题描述I just want to show the reaction but not the comment box, can I do it? Website URL | 问题网站Where your waline deploy? | 服务部署在哪里?Vercel (Default) Where your comment data store? | 数据存储在哪里?LeanCloud(https://leancloud.app) |
Beta Was this translation helpful? Give feedback.
Answered by
lizheming
Jul 16, 2023
Replies: 1 comment 1 reply
-
You can use CSS hide them if you don't need them. .wl-comment, .wl-meta-head, .wl-cards, .wl-operation, .wl-power {
display: none;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Menmaz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use CSS hide them if you don't need them.