Browse Source

add cursors to media-tags and mermaid in markdown preview

master
ansuz 9 months ago
parent
commit
7e334d0e3a
1 changed files with 2 additions and 0 deletions
  1. 2
      customize.dist/src/less2/include/markdown.less

2
customize.dist/src/less2/include/markdown.less

@ -74,6 +74,7 @@
} }
} }
media-tag { media-tag {
cursor: pointer;
* { * {
max-width: 100%; max-width: 100%;
} }
@ -93,6 +94,7 @@
pre.mermaid { pre.mermaid {
svg { svg {
max-width: 100%; max-width: 100%;
cursor: pointer;
} }
} }
} }

Loading…
Cancel
Save