add cursors to media-tags and mermaid in markdown preview

pull/1/head
ansuz 2020-04-20 14:41:37 -04:00
parent a8c8b85f0c
commit 7e334d0e3a
1 changed files with 2 additions and 0 deletions

View File

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