blinkfox / typora-vue-theme

This is a typora theme inspired by Vue document style. 一个类似于 Vue 文档风格的 Typora Markdown 编辑器主题。
https://theme.typora.io/theme/Vue/
Apache License 2.0
936 stars 180 forks source link

流程图、时序图等渲染问题 #18

Closed hfge closed 5 years ago

hfge commented 5 years ago

在使用mermaid,flow等进行流程图、时序图等绘制时,在编辑时,渲染出的图例会重叠。

andyfleming commented 5 years ago
Screen Shot 2019-04-10 at 4 51 07 PM

I fixed this by editing the CSS and deleting the margin: 0.8rem 0 !important; line in the #write .md-fences rule.

blinkfox commented 5 years ago

@andyfleming Thanks.

hfge commented 5 years ago
Screen Shot 2019-04-10 at 4 51 07 PM

I fixed this by editing the CSS and deleting the margin: 0.8rem 0 !important; line in the #write .md-fences rule.

Thanks.

MAGI003769 commented 5 years ago
Screen Shot 2019-04-10 at 4 51 07 PM

I fixed this by editing the CSS and deleting the margin: 0.8rem 0 !important; line in the #write .md-fences rule.

Thanks, it works well now