update
This commit is contained in:
14
.obsidian/plugins/obsidian-markmind/main.js
vendored
14
.obsidian/plugins/obsidian-markmind/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "obsidian-markmind",
|
||||
"name": "Markmind",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.8",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
50
.obsidian/plugins/obsidian-markmind/styles.css
vendored
50
.obsidian/plugins/obsidian-markmind/styles.css
vendored
@@ -300,7 +300,8 @@
|
||||
display: block;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 3px;
|
||||
height: 28px
|
||||
height: 28px;
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.theme-dark .cm-form-row select {
|
||||
@@ -1045,7 +1046,8 @@ th {
|
||||
max-width: 100%
|
||||
}
|
||||
|
||||
.cm-node-text {
|
||||
.cm-node-text,
|
||||
.mm-node-edit {
|
||||
max-width: 450px;
|
||||
border-radius: 3px;
|
||||
outline: 0;
|
||||
@@ -1055,6 +1057,12 @@ th {
|
||||
word-wrap: break-word
|
||||
}
|
||||
|
||||
.cm-node-text mjx-math,
|
||||
.mm-node-edit mjx-math {
|
||||
max-width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.cm-edit-node .cm-node-text {
|
||||
padding-right: 2px
|
||||
}
|
||||
@@ -1205,15 +1213,20 @@ th {
|
||||
overflow: visible
|
||||
}
|
||||
|
||||
.cm-node-floatmenus {
|
||||
position: fixed;
|
||||
width: 320px;
|
||||
background: #fff;
|
||||
border-radius: 5px;
|
||||
padding: 6px;
|
||||
border: 1px solid #666
|
||||
}
|
||||
|
||||
/* @font-face{
|
||||
font-family: 'myFont';
|
||||
src:url('http://cdn.ghost-jack.top/chinese.ttf');
|
||||
} */
|
||||
|
||||
|
||||
.mm-handdraw-theme {
|
||||
font-family: 'myFont';
|
||||
.theme-dark .cm-node-floatmenus {
|
||||
background: #333;
|
||||
color: #a3a3a3;
|
||||
box-shadow: 0 0 10px #222;
|
||||
border: 1px solid #000
|
||||
}
|
||||
|
||||
.mm-app-container {
|
||||
@@ -1223,7 +1236,7 @@ th {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
font-family: Helvetica, Tahoma, Arial, "PingFang SC", STXihei, "Microsoft yahei", "WenQuanYi Micro Hei", sans-serif;
|
||||
/* font-family: Helvetica, Tahoma, Arial, "PingFang SC", STXihei, "Microsoft yahei", "WenQuanYi Micro Hei", sans-serif; */
|
||||
}
|
||||
|
||||
.mm-mindmap-container {
|
||||
@@ -1304,9 +1317,6 @@ th {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.mm-node .mm-node-edit {
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
.mm-node .mm-node-content img {
|
||||
min-width: 50px;
|
||||
@@ -3479,4 +3489,16 @@ span.mm-sline .line {
|
||||
.mm-node-text-input,
|
||||
.mm-node-stroke-input {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
.mm-node-image-embed {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.mm-node-image-control {
|
||||
position: absolute;
|
||||
right: -14px;
|
||||
top: -2px;
|
||||
}
|
Reference in New Issue
Block a user