Display preview with a single click

This commit is contained in:
yflory
2020-04-21 16:40:19 +02:00
parent 89de5869c5
commit 440980c4af
4 changed files with 13 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
@import (reference) "./tools.less";
.markdown_main() {
blockquote {
background: #e5e5e5;
@@ -95,6 +97,7 @@
svg {
max-width: 100%;
cursor: pointer;
.tools_unselectable();
}
}
}