This commit is contained in:
Oscar Plaisant
2024-05-23 13:17:37 +02:00
parent de3a0dcf0f
commit bff6dbf1e5
55 changed files with 28434 additions and 71577 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "obsidian-markmind",
"name": "Markmind",
"version": "1.9.7",
"version": "1.9.8",
"minAppVersion": "0.9.12",
"description": "This is a mindmap , outline tool for obsidian.",
"author": "Mark",

View File

@@ -2035,4 +2035,57 @@ th {
.mm-node-cover:hover {
opacity: 0;
background-color: transparent;
}
}
/* 联系线两边的标志 */
.mm-assist-lineMarker span {
display:inline-block;
}
.mm-assist-lineMarker>span {
width: 30px;
cursor: pointer;
}
.mm-assist-lineMarker>span.mm-circle .shape {
width: 10px;
height: 10px;
background-color: #817f7f;
border-radius: 50%;
}
.mm-sline .shape {
width: 2px;
height: 10px;
background-color: #817f7f;
}
span.mm-sline .line {
width: 20px;
}
.mm-rect .shape {
width: 10px;
height: 10px;
background-color: #817f7f;
}
.mm-arrow .shape {
width: 0;
height: 0;
background-color: #817f7f;
border-top: 5px solid transparent;
border-left: 10px solid #817f7f;
border-bottom: 5px solid transparent;
background: transparent !important;
}
.mm-arrow1 .shape {
width: 0;
height: 0;
background-color: #817f7f;
border-top: 5px solid transparent;
border-right: 10px solid #817f7f;
border-bottom: 5px solid transparent;
background: transparent !important;
}