update
This commit is contained in:
12
.obsidian/plugins/obsidian-markmind/main.js
vendored
12
.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": "1.9.7",
|
||||
"version": "1.9.8",
|
||||
"minAppVersion": "0.9.12",
|
||||
"description": "This is a mindmap , outline tool for obsidian.",
|
||||
"author": "Mark",
|
||||
|
55
.obsidian/plugins/obsidian-markmind/styles.css
vendored
55
.obsidian/plugins/obsidian-markmind/styles.css
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user